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

Fix build with GCC.

This commit is contained in:
John Preston
2022-11-21 22:02:51 +00:00
parent 937d243a4c
commit 79a2d85287
5 changed files with 1 additions and 12 deletions

View File

@@ -315,9 +315,7 @@ void ForumTopic::applyTopic(const MTPDforumTopic &data) {
applyIsMy(data.is_my());
setClosed(data.is_closed());
if (min) {
int a = 0;
} else {
if (!min) {
owner().setPinnedFromEntryList(this, data.is_pinned());
owner().notifySettings().apply(this, data.vnotify_settings());