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:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user