Update 86.md

This commit is contained in:
k. 2025-02-08 12:01:32 +00:00 committed by GitHub
parent 34a26f950e
commit 630f593f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
86.md
View File

@ -63,7 +63,9 @@ Extra fields MAY be sent from the relay depending on implementation.
* `listeventsneedingmoderation`:
- **params:** `[]`
- **result:** `[{ "id": "<32-byte-hex>", "reason": "<optional-reason>" }, ...]` (Relay MAY return reported, muted profiles and similar events as a result.)
- **result:** `[{ "id": "<32-byte-hex>", "reason": "<optional-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:** `(<kind-number>, <another-kind-number>, /* and more... */)`
* `allowkind`:
- **params:** `<kind-number>`
- **result:** `true` (a boolean always set to `true`)
---
* `disallowkinds`:
- **params:** `(<kind-number>, <another-kind-number>, /* and more... */)`
* `disallowkind`:
- **params:** `<kind-number>`
- **result:** `true` (a boolean always set to `true`)
---