Don't send to blocked users
This commit is contained in:
parent
de942e1af2
commit
fc62fd4564
9 changed files with 55 additions and 5 deletions
|
@ -1095,7 +1095,7 @@ export class SignalProtocolStore extends EventsMixin {
|
|||
throw new Error('getOpenDevices: this.sessions not yet cached!');
|
||||
}
|
||||
if (identifiers.length === 0) {
|
||||
throw new Error('getOpenDevices: No identifiers provided!');
|
||||
return { devices: [], emptyIdentifiers: [] };
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue