mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Use ReadonlyArrays in conversation model and redux
This commit is contained in:
@@ -18,7 +18,7 @@ export function getRecipients(
|
||||
isStoryReply = false,
|
||||
}: {
|
||||
includePendingMembers?: boolean;
|
||||
extraConversationsForSend?: Array<string>;
|
||||
extraConversationsForSend?: ReadonlyArray<string>;
|
||||
isStoryReply?: boolean;
|
||||
} = {}
|
||||
): Array<string> {
|
||||
|
||||
Reference in New Issue
Block a user