2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Update API scheme to layer 125.

This commit is contained in:
John Preston
2021-03-03 19:29:33 +04:00
parent 2734cab3f2
commit 02517f7221
16 changed files with 331 additions and 231 deletions

View File

@@ -832,7 +832,7 @@ void Session::registerInvitedToCallUser(
const auto inCall = ranges::contains(
call->participants(),
user,
&Data::GroupCall::Participant::user);
&Data::GroupCall::Participant::peer);
if (inCall) {
return;
}