mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 00:15:42 +00:00
Allow saving "Autotranslation of Messages" in channels.
This commit is contained in:
@@ -649,7 +649,11 @@ bool ChannelData::canEditPermissions() const {
|
||||
}
|
||||
|
||||
bool ChannelData::canEditSignatures() const {
|
||||
return isChannel() && canEditInformation();
|
||||
return isBroadcast() && canEditInformation();
|
||||
}
|
||||
|
||||
bool ChannelData::canEditAutoTranslate() const {
|
||||
return isBroadcast() && canEditInformation();
|
||||
}
|
||||
|
||||
bool ChannelData::canEditPreHistoryHidden() const {
|
||||
|
Reference in New Issue
Block a user