diff options
Diffstat (limited to 'packages/meshbay-hub/src')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/group-page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js index a25c07b..f0a98e4 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js @@ -599,7 +599,7 @@ function GroupPage({ groupId, group, token, username, userId, userPrefs, // First-hand evidence, and the strongest available: this browser spoke // to the node. It outranks whatever the hub said in the group list. // A scan already under way at the moment of connecting (ack.indexing, - // webrtc_server.py _complete_handshake) shows as indexing right away + // webrtc/handshake.py _complete_handshake) shows as indexing right away // rather than waiting for the next periodic push. if (onPresence) { const idx = ack.indexing; |