- 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)
|
if (this.DeleteMode != eDeleteMode.OnLeavingForm)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
await MessageCleanup();
|
MessageCleanup().Wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user