Request storage key after linking

This commit is contained in:
AsamK 2021-01-19 17:04:02 +01:00
parent eae516a9a7
commit 6f4b171683

View file

@ -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;