mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Apply new group call from new service message.
This commit is contained in:
@@ -1051,6 +1051,13 @@ void History::applyServiceChanges(
|
||||
});
|
||||
}
|
||||
} break;
|
||||
|
||||
case mtpc_messageActionGroupCall: {
|
||||
if (const auto channel = peer->asChannel()) {
|
||||
const auto &d = action.c_messageActionGroupCall();
|
||||
channel->setCall(d.vcall());
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user