2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 23:25:15 +00:00

Disable chat themes.

This commit is contained in:
John Preston
2021-08-31 19:51:56 +03:00
parent 9dfc60026e
commit cd8d257c70

View File

@@ -1005,7 +1005,7 @@ PeerId PeerData::groupCallDefaultJoinAs() const {
} }
void PeerData::setThemeEmoji(const QString &emoji) { void PeerData::setThemeEmoji(const QString &emoji) {
if (_themeEmoji == emoji) { if (true || _themeEmoji == emoji) {
return; return;
} }
_themeEmoji = emoji; _themeEmoji = emoji;