Update 86.md

This commit is contained in:
k. 2025-02-08 12:03:36 +00:00 committed by GitHub
parent 174c22e389
commit 39b22529e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
86.md
View File

@ -135,13 +135,13 @@ Relay SHOULD delete and prevent re-broadcasting of event.
* `listdisallowedkinds`:
- **params:** `[]`
- **result:** `(<kind-number>, <another-kind-number>, /* and more... */)` (an array of objects)
- **result:** `[<kind-number>, <another-kind-number>, /* and more... */]` (an array of objects)
---
* `listallowedkinds`:
- **params:** `[]`
- **result:** `(<kind-number>, <another-kind-number>, /* and more... */)` (an array of objects)
- **result:** `[<kind-number>, <another-kind-number>, /* and more... */]` (an array of objects)
---