Make websocket pushes more targeted

This commit is contained in:
Jonas Lochmann 2022-09-19 02:00:00 +02:00
parent 613776cbf9
commit 84f6f0df69
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
78 changed files with 224 additions and 140 deletions

View file

@ -54,4 +54,6 @@ export async function dispatchUpdateInstalledApps ({ deviceId, action, cache }:
cache.devicesWithModifiedInstalledApps.add(deviceId)
}
cache.incrementTriggeredSyncLevel(1)
}