2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Correctly show legacy groups with no admins.

This commit is contained in:
John Preston
2020-12-30 13:28:35 +04:00
parent 0709bc6d70
commit 2af63ec48f
2 changed files with 4 additions and 1 deletions

View File

@@ -1212,6 +1212,9 @@ void ParticipantsBoxController::rebuildChatAdmins(
return true;
}();
if (same) {
if (!_allLoaded && !delegate()->peerListFullRowsCount()) {
chatListReady();
}
return;
}