Don't access RemoteConfig directly from 'dumb' components
This commit is contained in:
parent
e79380b37c
commit
0134990275
40 changed files with 352 additions and 353 deletions
|
@ -151,6 +151,7 @@ export const OngoingGroupCall = (): JSX.Element => (
|
|||
joinState: GroupCallJoinState.Joined,
|
||||
maxDevices: 5,
|
||||
groupMembers: [],
|
||||
isConversationTooBigToRing: false,
|
||||
peekedParticipants: [],
|
||||
remoteParticipants: [],
|
||||
remoteAudioLevels: new Map<number, number>(),
|
||||
|
@ -234,6 +235,7 @@ export const GroupCallSafetyNumberChanged = (): JSX.Element => (
|
|||
joinState: GroupCallJoinState.Joined,
|
||||
maxDevices: 5,
|
||||
groupMembers: [],
|
||||
isConversationTooBigToRing: false,
|
||||
peekedParticipants: [],
|
||||
remoteParticipants: [],
|
||||
remoteAudioLevels: new Map<number, number>(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue