mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 09:36:12 +00:00
Merge tag 'v5.14.3' into dev
This commit is contained in:
@@ -704,6 +704,13 @@ bool PeerData::canExportChatHistory() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool PeerData::autoTranslation() const {
|
||||
if (const auto channel = asChannel()) {
|
||||
return channel->autoTranslation();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool PeerData::setAbout(const QString &newAbout) {
|
||||
if (_about == newAbout) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user