aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/adminop.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/adminop.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/adminop.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/adminop.py b/packages/meshbay-common/src/meshbay_common/adminop.py
index 5c7345b..a80ffa9 100644
--- a/packages/meshbay-common/src/meshbay_common/adminop.py
+++ b/packages/meshbay-common/src/meshbay_common/adminop.py
@@ -45,10 +45,6 @@ OP_MEMBER_REVOKE = "member_revoke"
OP_GEK_ROTATE = "gek_rotate"
# Forgetting a pinned identity, so someone can pair again after losing a device.
OP_MEMBER_UNPIN = "member_unpin"
-# Turning uploading by ordinary members on or off. Signed like the rest: the
-# setting decides who may write to the operator's disk, so a node that took it
-# from an unsigned message would let any member re-enable it for everyone.
-OP_MEMBER_UPLOAD = "member_upload"
# Which group "applications" (Chat, Files, and whatever registers later) are
# shown to members. Signed like the rest: it decides what a member sees, not
# anything about key material, but an unsigned toggle would let any member
@@ -64,8 +60,7 @@ OP_SET_SCAN_SETTINGS = "set_scan_settings"
# How many transfers one member may run at once in this group. Signed like the
# rest: an unsigned cap is one any member can raise for themselves, which makes
# the control a suggestion. The subject is "d=2,u=2" so what the operator is
-# shown before signing names the outcome and not the operation -- the same rule
-# member_upload's on/off subject follows.
+# shown before signing names the outcome and not the operation.
OP_TRANSFER_LIMITS = "transfer_limits"
# Whether the node uses the operator's own API token/language instead of the
# shipped default โ€” node-wide (docs/mediacenter.md ยง5.5), one credential