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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user