From bd9f2e8a8d1d7abe05f61f749992cda30a81cd15 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 11:23:12 +0200 Subject: refactor(node): move the operator's group controls out of webrtc_server GroupOpsMixin in transport/webrtc/group_ops.py: member revocation and unpinning, the group key rotation, apps and their directories with the allow-list, and Search listing. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-hub/src/meshbay_hub/static/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-hub/src') diff --git a/packages/meshbay-hub/src/meshbay_hub/static/apps.js b/packages/meshbay-hub/src/meshbay_hub/static/apps.js index 32f2314..eec2158 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/apps.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/apps.js @@ -47,7 +47,7 @@ function devAppsShown() { * * `key` doubles as the identifier the node's `apps_enabled` setting and its * `app_directories` op use, so it must match `ALLOWED_APPS` in the node's - * webrtc_server.py. It is also the key an app's directories are stored under + * transport/webrtc/group_ops.py. It is also the key an app's directories are stored under * (`_directories`) — one identifier per app, everywhere. * * Fields: -- cgit v1.2.3