Increase encrypted app list size limit

This commit is contained in:
Jonas Lochmann
2022-08-01 02:00:00 +02:00
parent 30a47a336c
commit 2ffde79530
2 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@ export const generateServerDataStatus = async ({
familyEntry.hasFullVersion ? parseInt(familyEntry.fullVersionUntil, 10) : 0
),
message: await getStatusMessage({ database, transaction }) || undefined,
apiLevel: 4
apiLevel: 5
}
if (familyEntry.deviceListVersion !== clientStatus.devices) {