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

Update API scheme, something works now.

This commit is contained in:
John Preston
2025-03-28 00:41:05 +05:00
parent 0e46a4402a
commit 7deb5bfdf2
18 changed files with 464 additions and 157 deletions

View File

@@ -1001,7 +1001,8 @@ void ChannelData::setGroupCall(
data.vid().v,
data.vaccess_hash().v,
scheduleDate,
rtmp);
rtmp,
false); // conference
owner().registerGroupCall(_call.get());
session().changes().peerUpdated(this, UpdateFlag::GroupCall);
addFlags(Flag::CallActive);