mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Passive UUID fixes
This commit is contained in:
committed by
Scott Nonnenberg
parent
e7a01f8270
commit
37ad95af27
@@ -1229,7 +1229,7 @@
|
||||
).map(contact => {
|
||||
const error = new Error('Network is not available');
|
||||
error.name = 'SendMessageNetworkError';
|
||||
error.number = contact.get('uuid') || contact.get('e164');
|
||||
error.identifier = contact.get('uuid') || contact.get('e164');
|
||||
return error;
|
||||
});
|
||||
await message.saveErrors(errors);
|
||||
|
||||
Reference in New Issue
Block a user