mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Disable chat themes.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user