2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed admin badge display in groups

This commit is contained in:
John Preston
2016-03-24 19:27:38 +03:00
parent 978e86a8ba
commit 6710ef3e2f
3 changed files with 2 additions and 3 deletions

View File

@@ -891,7 +891,6 @@ namespace App {
}
} else {
chat->flags &= ~MTPDchat::Flag::f_admins_enabled;
chat->flags &= ~MTPDchat::Flag::f_admin;
}
if (emitPeerUpdated) {
App::main()->peerUpdated(chat);