Allow making rules more strict during self limit adding

This commit is contained in:
Jonas Lochmann
2022-09-19 02:00:00 +02:00
parent 00ce5853d8
commit 35acd05d08
4 changed files with 65 additions and 6 deletions
@@ -59,7 +59,7 @@ export const generateServerDataStatus = async ({
familyEntry.hasFullVersion ? parseInt(familyEntry.fullVersionUntil, 10) : 0
),
message: await getStatusMessage({ database, transaction }) || undefined,
apiLevel: 6
apiLevel: 7
}
if (familyEntry.deviceListVersion !== clientStatus.devices) {