Initial support for streamed stories.

This commit is contained in:
John Preston
2025-10-13 22:49:10 +04:00
parent 18438b17a5
commit c11cab858d
30 changed files with 597 additions and 92 deletions
+1 -1
View File
@@ -1250,7 +1250,7 @@ std::shared_ptr<GroupCall> Session::sharedConferenceCall(
accessHash,
TimeId(), // scheduledDate
false, // rtmp
true); // conference
GroupCallOrigin::Conference);
if (i != end(_conferenceCalls)) {
i->second = result;
} else {