mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
sendToGroup: Flow errors during key-fetching back up to original sender
This commit is contained in:
@@ -41,8 +41,11 @@ export async function getKeysForIdentifier(
|
||||
if (theirUuid) {
|
||||
await window.textsecure.storage.protocol.archiveAllSessions(theirUuid);
|
||||
}
|
||||
|
||||
throw new UnregisteredUserError(identifier, error);
|
||||
}
|
||||
throw new UnregisteredUserError(identifier, error);
|
||||
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user