mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Beta version 3.4.4: Fix build with GCC.
This commit is contained in:
@@ -370,7 +370,6 @@ void System::checkDelayed() {
|
||||
for (auto i = _settingWaiters.begin(); i != _settingWaiters.end();) {
|
||||
const auto history = i->first;
|
||||
const auto peer = history->peer;
|
||||
auto notifyMuted = i->second.alsoMuted;
|
||||
auto loaded = false;
|
||||
auto muted = false;
|
||||
if (!peer->owner().notifyMuteUnknown(peer)) {
|
||||
|
Reference in New Issue
Block a user