refactor - handle cloud listeners

This commit is contained in:
SPRINX0\prochazka
2025-05-26 17:02:09 +02:00
parent afde0a7423
commit d26db7096d
6 changed files with 83 additions and 19 deletions

View File

@@ -28,6 +28,7 @@
import { handleAuthOnStartup } from './clientAuth';
import { initializeAppUpdates } from './utility/appUpdate';
import { _t } from './translations';
import { installCloudListeners } from './utility/cloudListeners';
export let isAdminPage = false;
@@ -58,6 +59,7 @@
installNewVolatileConnectionListener();
installNewCloudTokenListener();
initializeAppUpdates();
installCloudListeners();
}
refreshPublicCloudFiles();