mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Initial chat-translation feature implementation.
This commit is contained in:
@@ -1040,6 +1040,7 @@ void ApplyChannelUpdate(
|
||||
}
|
||||
}
|
||||
channel->setThemeEmoji(qs(update.vtheme_emoticon().value_or_empty()));
|
||||
channel->setTranslationDisabled(update.is_translations_disabled());
|
||||
if (const auto allowed = update.vavailable_reactions()) {
|
||||
channel->setAllowedReactions(Data::Parse(*allowed));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user