2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Add manage_call admin right support.

This commit is contained in:
John Preston
2020-11-28 10:21:11 +03:00
parent d18b29efb8
commit 7983d33ad5
10 changed files with 24 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ auto ChatData::DefaultAdminRights() -> AdminRights {
| Flag::f_delete_messages
| Flag::f_ban_users
| Flag::f_invite_users
| Flag::f_pin_messages;
| Flag::f_pin_messages
| Flag::f_manage_call;
}
bool ChatData::canWrite() const {