mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Extract MembersRow from calls_group_members module.
This commit is contained in:
@@ -834,7 +834,7 @@ void Session::registerInvitedToCallUser(
|
||||
const auto inCall = ranges::contains(
|
||||
call->participants(),
|
||||
user,
|
||||
&Data::GroupCall::Participant::peer);
|
||||
&Data::GroupCallParticipant::peer);
|
||||
if (inCall) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user