- update on AutoCleanForm for better message deletion on leaving

This commit is contained in:
FlorianDahn 2020-03-10 01:22:28 +01:00
parent 1561c1dd08
commit 0f1da77aca

View File

@ -108,7 +108,7 @@ namespace TelegramBotBase.Form
if (this.DeleteMode != eDeleteMode.OnLeavingForm)
return;
await MessageCleanup();
MessageCleanup().Wait();
}
/// <summary>