diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_chat_multidevice.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_chat_multidevice.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/meshbay-node/tests/test_chat_multidevice.py b/packages/meshbay-node/tests/test_chat_multidevice.py index d718b2a..bb61285 100644 --- a/packages/meshbay-node/tests/test_chat_multidevice.py +++ b/packages/meshbay-node/tests/test_chat_multidevice.py @@ -11,8 +11,9 @@ what they said. Neither shows up as an error anywhere. The first is a message that silently reaches nobody after a second device connects and disconnects; the second is a phone that never shows what was typed on the laptop. Both are -`docs/chat-sender-keys.md` F7, and both are the same "keyed by account where it -should be keyed by connection" mistake as `pin_identity`'s old INSERT OR REPLACE. +finding F7 (`docs/MESHBAY_DESIGN.md` §13.6), and both are the same "keyed by +account where it should be keyed by connection" mistake as `pin_identity`'s +old INSERT OR REPLACE. """ from pathlib import Path |