2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Beta version 3.4.4: Fix build with GCC.

This commit is contained in:
John Preston
2022-01-14 22:57:13 +03:00
parent ab59e97b92
commit acfdae2d72
5 changed files with 1 additions and 5 deletions

View File

@@ -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)) {