diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/protocol.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/protocol.py b/packages/meshbay-common/src/meshbay_common/protocol.py index 4df06bf..6b929cd 100644 --- a/packages/meshbay-common/src/meshbay_common/protocol.py +++ b/packages/meshbay-common/src/meshbay_common/protocol.py @@ -321,7 +321,7 @@ def index_entry_wire(e: IndexEntry) -> dict: The wire-dict shape used by INDEX_SYNC/INDEX_DELTA hand-built messages (as opposed to GroupIndex.serialize()'s asdict() encoding of the whole index). Centralized so the three call sites that build these - (webrtc_server._do_index_sync, daemon._broadcast_index_change's two + (webrtc/files.py's _do_index_sync, daemon._broadcast_index_change's two branches) can't drift from each other as fields are added. """ return { |