diff --git a/86.md b/86.md index ed1f62a6..d33aaf8e 100644 --- a/86.md +++ b/86.md @@ -63,7 +63,9 @@ Extra fields MAY be sent from the relay depending on implementation. * `listeventsneedingmoderation`: - **params:** `[]` - - **result:** `[{ "id": "<32-byte-hex>", "reason": "" }, ...]` (Relay MAY return reported, muted profiles and similar events as a result.) + - **result:** `[{ "id": "<32-byte-hex>", "reason": "" }, ...]` + +Relay MAY return reported, muted profiles, and similar events as a result. --- @@ -119,14 +121,14 @@ Relay SHOULD delete and prevent re-broadcasting of event. --- -* `allowkinds`: - - **params:** `(, , /* and more... */)` +* `allowkind`: + - **params:** `` - **result:** `true` (a boolean always set to `true`) --- -* `disallowkinds`: - - **params:** `(, , /* and more... */)` +* `disallowkind`: + - **params:** `` - **result:** `true` (a boolean always set to `true`) ---