mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-23 13:49:00 +00:00
Update 86.md
This commit is contained in:
parent
34a26f950e
commit
630f593f2b
12
86.md
12
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": "<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`)
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user