Use ReadonlyArrays in conversation model and redux
This commit is contained in:
parent
ecbf84638d
commit
dec23725e5
55 changed files with 173 additions and 162 deletions
|
@ -17,12 +17,12 @@ export function toggleSelectedContactForGroupAddition(
|
|||
maximumGroupSizeModalState: OneTimeModalState;
|
||||
numberOfContactsAlreadyInGroup: number;
|
||||
recommendedGroupSizeModalState: OneTimeModalState;
|
||||
selectedConversationIds: Array<string>;
|
||||
selectedConversationIds: ReadonlyArray<string>;
|
||||
}>
|
||||
): {
|
||||
maximumGroupSizeModalState: OneTimeModalState;
|
||||
recommendedGroupSizeModalState: OneTimeModalState;
|
||||
selectedConversationIds: Array<string>;
|
||||
selectedConversationIds: ReadonlyArray<string>;
|
||||
} {
|
||||
const {
|
||||
maxGroupSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue