2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +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

@@ -234,7 +234,8 @@ void ChatData::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);