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
|
@ -1105,7 +1105,7 @@ export class SignalProtocolStore extends EventEmitter {
|
|||
|
||||
async getOpenDevices(
|
||||
ourUuid: UUID,
|
||||
identifiers: Array<string>,
|
||||
identifiers: ReadonlyArray<string>,
|
||||
{ zone = GLOBAL_ZONE }: SessionTransactionOptions = {}
|
||||
): Promise<{
|
||||
devices: Array<DeviceType>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue