mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Request storage key after linking
This commit is contained in:
parent
eae516a9a7
commit
6f4b171683
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ public class ProvisioningManager {
|
||||||
m.requestSyncContacts();
|
m.requestSyncContacts();
|
||||||
m.requestSyncBlocked();
|
m.requestSyncBlocked();
|
||||||
m.requestSyncConfiguration();
|
m.requestSyncConfiguration();
|
||||||
|
m.requestSyncKeys();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("Failed to request sync messages from linked device.");
|
logger.error("Failed to request sync messages from linked device.");
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue