2
0
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:
John Preston
2021-05-07 17:01:54 +04:00
parent d38780c94d
commit 80e3e8a01e
8 changed files with 1160 additions and 1086 deletions

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;
}