- update on AutoCleanForm for better message deletion on leaving
This commit is contained in:
parent
1561c1dd08
commit
0f1da77aca
@ -108,7 +108,7 @@ namespace TelegramBotBase.Form
|
||||
if (this.DeleteMode != eDeleteMode.OnLeavingForm)
|
||||
return;
|
||||
|
||||
await MessageCleanup();
|
||||
MessageCleanup().Wait();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user