mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Don't always show an error on manual contact sync
This commit is contained in:
committed by
Josh Perez
parent
a82fa86176
commit
e0415de893
@@ -312,6 +312,10 @@
|
||||
await window.makeSyncRequest();
|
||||
this.onsuccess();
|
||||
} catch (error) {
|
||||
window.log.error(
|
||||
'settings sync timeout error:',
|
||||
error && error.stack ? error.stack : error
|
||||
);
|
||||
this.ontimeout();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user