diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 11:23:12 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:38 +0200 |
| commit | bd9f2e8a8d1d7abe05f61f749992cda30a81cd15 (patch) | |
| tree | 48fc9822ff50e6e163523ce4365dbc3b5942fcea /packages/meshbay-hub/src | |
| parent | 56db13f8b3469c6063a5915155234b4a39aa328f (diff) | |
| download | meshbay-bd9f2e8a8d1d7abe05f61f749992cda30a81cd15.tar.gz | |
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 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 * (`<key>_directories`) — one identifier per app, everywhere. * * Fields: |