diff options
Diffstat (limited to 'packages/meshbay-common/src')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/adminop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/adminop.py b/packages/meshbay-common/src/meshbay_common/adminop.py index 23040be..c679718 100644 --- a/packages/meshbay-common/src/meshbay_common/adminop.py +++ b/packages/meshbay-common/src/meshbay_common/adminop.py @@ -36,7 +36,7 @@ ADMIN_TRANSCRIPT_PREFIX = b"meshbay:admin:v1" OP_FILE_DELETE = "file_delete" OP_DIR_DELETE = "dir_delete" OP_INVITE_CREATE = "invite_create" -# An invitation bound to no account (docs/invite-links.md). Its own op rather +# An invitation bound to no account (docs/MESHBAY_DESIGN.md ยง3.4). Its own op rather # than `invite_create` with an empty subject: that subject is the invitee, and # what the operator is shown before signing has to name the outcome (H5) โ here # "a link into this group", `link:<group_id>`. |