2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Update API scheme to layer 202.

This commit is contained in:
John Preston
2025-03-24 21:58:06 +04:00
parent 8e643fbf87
commit 214cc83d4a
20 changed files with 179 additions and 15 deletions

View File

@@ -1005,6 +1005,8 @@ void ChannelData::setGroupCall(
owner().registerGroupCall(_call.get());
session().changes().peerUpdated(this, UpdateFlag::GroupCall);
addFlags(Flag::CallActive);
}, [&](const MTPDinputGroupCallSlug &) {
clearGroupCall();
});
}