Extract MembersRow from calls_group_members module.

This commit is contained in:
John Preston
2021-05-07 17:01:54 +04:00
parent d38780c94d
commit 80e3e8a01e
8 changed files with 1160 additions and 1086 deletions
+1 -1
View File
@@ -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;
}