mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-07-22 07:48:25 +00:00
Revert "Add signevent to nip86 (#2389)"
This reverts commit 2415f3398b.
This commit is contained in:
3
86.md
3
86.md
@@ -52,9 +52,6 @@ This is the list of **methods** that may be supported:
|
||||
* `listeventsneedingmoderation`:
|
||||
- params: `[]`
|
||||
- result: `[{"id": "<32-byte-hex>", "reason": "<optional-reason>"}]`, an array of objects
|
||||
* `signevent`:
|
||||
- params: `[{kind, content, tags, created_at}]`
|
||||
- result: `[{kind, content, tags, created_at, id, sig, pubkey}]` (the event signed by the relay's `self` pubkey)
|
||||
* `allowevent`:
|
||||
- params: `["<32-byte-hex-event-id>", "<optional-reason>"]`
|
||||
- result: `true` (a boolean always set to `true`)
|
||||
|
||||
Reference in New Issue
Block a user