From c119affc7d5dd188b9d3b918d4c38d67156ec37b Mon Sep 17 00:00:00 2001 From: cblgh Date: Sat, 1 Mar 2025 19:27:42 +0100 Subject: [PATCH] fix conflicting requirements for post/info key 'accept-role' On merging the [request for comments PR](https://github.com/cabal-club/cable/pull/23) with the addition of a new key for `post/info`--a result of the moderation protocol being created--the new key, `accept-role`, had a change in its requirements from SHOULD to be RECOMMENDED. But during the merge something went wrong, causing `accept-role` to be listed as both RECOMMENDED and MUST, while the spirit of the change was to make a recommendation. This commit remedies the conflicting requirements. --- wire.md | 1 - 1 file changed, 1 deletion(-) diff --git a/wire.md b/wire.md index bc9ce3d..b7a7dc3 100644 --- a/wire.md +++ b/wire.md @@ -664,7 +664,6 @@ The following keys MUST be supported: key | value format | desc ----------------|--------------|--------------------------------------- `name` | UTF-8 | the name this user wishes to be known as. The default value is a string containing the hexadecimal encoding of the user's public key. -`accept-role` | varint | determines whether this user accepts moderation roles being assigned them. Default value is 1 (accepts roles). The following keys are RECOMMENDED to be supported: