Show custom ranks, allow toggling on.

This commit is contained in:
John Preston
2026-02-10 16:39:56 +04:00
parent 62d32a1bdf
commit 7969795a01
18 changed files with 270 additions and 50 deletions
+4
View File
@@ -1894,6 +1894,10 @@ void Updates::feedUpdate(const MTPUpdate &update) {
session().data().applyUpdate(update.c_updateChatParticipantAdmin());
} break;
case mtpc_updateChatParticipantRank: {
session().data().applyUpdate(update.c_updateChatParticipantRank());
} break;
case mtpc_updateChatDefaultBannedRights: {
session().data().applyUpdate(update.c_updateChatDefaultBannedRights());
} break;