Skip to content

Commit

Permalink
Request storage key after linking
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Jan 19, 2021
1 parent eae516a commit 6f4b171
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public String finishDeviceLink(String deviceName) throws IOException, InvalidKey
m.requestSyncContacts();
m.requestSyncBlocked();
m.requestSyncConfiguration();
m.requestSyncKeys();
} catch (Exception e) {
logger.error("Failed to request sync messages from linked device.");
throw e;
Expand Down

0 comments on commit 6f4b171

Please sign in to comment.