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
|
@ -18,7 +18,7 @@ export function getRecipients(
|
|||
isStoryReply = false,
|
||||
}: {
|
||||
includePendingMembers?: boolean;
|
||||
extraConversationsForSend?: Array<string>;
|
||||
extraConversationsForSend?: ReadonlyArray<string>;
|
||||
isStoryReply?: boolean;
|
||||
} = {}
|
||||
): Array<string> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue