mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +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.requestSyncBlocked();
|
||||
m.requestSyncConfiguration();
|
||||
m.requestSyncKeys();
|
||||
} catch (Exception e) {
|
||||
logger.error("Failed to request sync messages from linked device.");
|
||||
throw e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue