mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Megagroup members are always shown if the server allows us to view them.
Bot keyboard clearing fixed when using Clear History.
This commit is contained in:
@@ -858,7 +858,6 @@ namespace {
|
||||
chat->botStatus = botStatus;
|
||||
if (!found) {
|
||||
h->clearLastKeyboard();
|
||||
if (App::main()) App::main()->updateBotKeyboard(h);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -961,7 +960,6 @@ namespace {
|
||||
History *h = App::historyLoaded(chat->id);
|
||||
if (h && h->lastKeyboardFrom == user->id) {
|
||||
h->clearLastKeyboard();
|
||||
if (App::main()) App::main()->updateBotKeyboard(h);
|
||||
}
|
||||
}
|
||||
if (chat->botStatus > 0 && user->botInfo) {
|
||||
|
Reference in New Issue
Block a user