diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/protocol.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/protocol.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/protocol.py b/packages/meshbay-common/src/meshbay_common/protocol.py index 1dfa519..f4cd497 100644 --- a/packages/meshbay-common/src/meshbay_common/protocol.py +++ b/packages/meshbay-common/src/meshbay_common/protocol.py @@ -223,6 +223,9 @@ class MNP: CHAT_DIRECTORY_ACK = "chat_directory_ack" CHAT_LINK_PREVIEW = "chat_link_preview" CHAT_LINK_PREVIEW_ACK = "chat_link_preview_ack" + # Whether the group's files are listed in members' cross-group Search. + SEARCH_LISTED = "search_listed" + SEARCH_LISTED_ACK = "search_listed_ack" # The keys a group's chat archive is encrypted under, on their way to a # member. Sealed under a group-derived subkey, so the payload carries an # authentication tag from a key the hub does not hold — and a member who has |