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