mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix empty admin event log display.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user