2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

override specifiers added, retina bug in image circle fixed

This commit is contained in:
John Preston
2016-03-21 21:57:03 +03:00
parent 91f87057bc
commit fd7a30f143
7 changed files with 158 additions and 152 deletions

View File

@@ -3641,7 +3641,7 @@ namespace Local {
flags = flagsData;
} else {
// flagsData was haveLeft
flags = (flagsData == 1 ? MTPDchat::Flags(MTPDchat::Flag::f_left) : 0);
flags = (flagsData == 1) ? MTPDchat::Flags(MTPDchat::Flag::f_left) : MTPDchat::Flags(0);
}
if (!wasLoaded) {
chat->updateName(name, QString(), QString());