aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/chat
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-node/src/meshbay_node/chat')
-rw-r--r--packages/meshbay-node/src/meshbay_node/chat/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/src/meshbay_node/chat/store.py b/packages/meshbay-node/src/meshbay_node/chat/store.py
index 9e5ee90..17cd68e 100644
--- a/packages/meshbay-node/src/meshbay_node/chat/store.py
+++ b/packages/meshbay-node/src/meshbay_node/chat/store.py
@@ -4,7 +4,7 @@ MeshBay Node — SQLite-backed chat message store.
One database per group. The node is a relay and an archive: it stores what it
was handed, serves it back, and — once a group has chat encryption switched on —
cannot read any of it. Decryption happens in the client, which is the only place
-that holds the epoch key (`docs/chat-sender-keys.md` §5).
+that holds the epoch key (`docs/MESHBAY_DESIGN.md` §4.5).
Three things about the schema are load-bearing rather than incidental: