mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add list of participants to the lobby, and add basic blocking for max participants
This commit is contained in:
@@ -93,6 +93,8 @@ const createProps = (
|
||||
type: 'direct',
|
||||
lastUpdated: Date.now(),
|
||||
},
|
||||
isCallFull: false,
|
||||
groupCallPeekedParticipants: [],
|
||||
groupCallParticipants: overrideProps.groupCallParticipants || [],
|
||||
},
|
||||
// We allow `any` here because this is fake and actually comes from RingRTC, which we
|
||||
|
||||
Reference in New Issue
Block a user