mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +00:00
Update API scheme to layer 202.
This commit is contained in:
@@ -238,6 +238,8 @@ void ChatData::setGroupCall(
|
||||
owner().registerGroupCall(_call.get());
|
||||
session().changes().peerUpdated(this, UpdateFlag::GroupCall);
|
||||
addFlags(Flag::CallActive);
|
||||
}, [&](const MTPDinputGroupCallSlug &) {
|
||||
clearGroupCall();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user