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