mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Custom colors in history_view_message module.
This commit is contained in:
@@ -1005,7 +1005,7 @@ PeerId PeerData::groupCallDefaultJoinAs() const {
|
||||
}
|
||||
|
||||
void PeerData::setThemeEmoji(const QString &emoji) {
|
||||
if (true || _themeEmoji == emoji) {
|
||||
if (_themeEmoji == emoji) {
|
||||
return;
|
||||
}
|
||||
_themeEmoji = emoji;
|
||||
|
Reference in New Issue
Block a user