From ffdb70784f11de0df8162cea5e9f5abfac91ea96 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 09:03:06 +0200 Subject: refactor(node): move file browsing and folder/file ops out of webrtc_server FilesMixin in transport/webrtc/files.py; the blocking disk helpers join _locate in webrtc/disk.py, and the lease states go to webrtc/limits.py. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-common/src/meshbay_common/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-common') 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 { -- cgit v1.2.3