2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Support distinct calling/invited states.

This commit is contained in:
John Preston
2025-04-06 17:21:24 +04:00
parent 55c05d1a6e
commit b036bedbc3
16 changed files with 221 additions and 105 deletions

View File

@@ -791,7 +791,10 @@ void GroupCall::applyParticipantsSlice(
}
if (adding) {
if (const auto user = participantPeer->asUser()) {
_peer->owner().unregisterInvitedToCallUser(_id, user);
_peer->owner().unregisterInvitedToCallUser(
_id,
user,
false);
}
}
});