- update on AutoCleanForm for better message deletion on leaving
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user