Merge tag 'v5.14.3' into dev

This commit is contained in:
AlexeyZavar
2025-05-18 22:30:12 +03:00
164 changed files with 4335 additions and 1121 deletions
+7
View File
@@ -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;