Deduplicate call participants in call info screen..

This commit is contained in:
Nicholas Tinsley
2024-01-22 15:59:28 -05:00
committed by Greyson Parrelli
parent 8c9b668cd7
commit 3a314c565c
3 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import org.thoughtcrime.securesms.components.webrtc.BroadcastVideoSink
import org.thoughtcrime.securesms.recipients.Recipient
import org.thoughtcrime.securesms.ringrtc.CameraState
data class CallParticipant constructor(
data class CallParticipant(
val callParticipantId: CallParticipantId = CallParticipantId(Recipient.UNKNOWN),
val recipient: Recipient = Recipient.UNKNOWN,
val identityKey: IdentityKey? = null,