2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Implement fast confcall migration.

This commit is contained in:
John Preston
2025-04-09 14:18:14 +04:00
parent 2a7aac76d9
commit c72cf46db7
13 changed files with 366 additions and 191 deletions

View File

@@ -235,6 +235,8 @@ public:
[[nodiscard]] std::shared_ptr<GroupCall> sharedConferenceCall(
CallId id,
uint64 accessHash);
[[nodiscard]] std::shared_ptr<GroupCall> sharedConferenceCallFind(
const MTPUpdates &response);
void watchForOffline(not_null<UserData*> user, TimeId now = 0);
void maybeStopWatchForOffline(not_null<UserData*> user);