mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support free transcribes in groups.
This commit is contained in:
@@ -649,7 +649,7 @@ bool ChannelData::canEditStickers() const {
|
||||
}
|
||||
|
||||
bool ChannelData::canEditEmoji() const {
|
||||
return amCreator(); AssertIsDebug();
|
||||
return amCreator() || (adminRights() & ChatAdminRight::ChangeInfo);
|
||||
}
|
||||
|
||||
bool ChannelData::canDelete() const {
|
||||
|
Reference in New Issue
Block a user