Add basically support for encrypted app list syncing

This commit is contained in:
Jonas Lochmann
2022-07-25 02:00:00 +02:00
parent acdec990ea
commit 8a5e46811e
104 changed files with 5287 additions and 55 deletions
+3 -1
View File
@@ -64,5 +64,7 @@ export const prepareDeviceEntry = ({ familyId, userId, deviceAuthToken, deviceId
wasAsEnabled: false,
activityLevelBlocking: false,
isQorLater: false,
manipulationFlags: 0
manipulationFlags: 0,
publicKey: null,
nextKeyReplySequenceNumber: '1'
})