mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-04 22:25:58 +00:00
Fix empty admin event log display.
This commit is contained in:
parent
91dcfff423
commit
6f90dc2374
@ -449,9 +449,11 @@ void InnerWidget::preloadMore(Direction direction) {
|
||||
} else {
|
||||
loadedFlag = true;
|
||||
}
|
||||
update();
|
||||
}).fail([this, &requestId, &loadedFlag](const RPCError &error) {
|
||||
requestId = 0;
|
||||
loadedFlag = true;
|
||||
update();
|
||||
}).send();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user