mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
fixes naming conventions
This commit is contained in:
parent
8f2da9e9e0
commit
b0ee19e159
9
97.md
9
97.md
|
@ -1,8 +1,8 @@
|
|||
NIP-97
|
||||
======
|
||||
|
||||
Push Notification Server API
|
||||
----------------------------
|
||||
Push Notification Event Watcher API
|
||||
-----------------------------------
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
|
@ -60,10 +60,9 @@ Servers send new events via the user's preferred system. The event is [NIP-59 Gi
|
|||
|
||||
Clients SHOULD try to decrypt the GiftWrap with all logged-in accounts.
|
||||
|
||||
## Event Watch Server list
|
||||
## Event Watcher list
|
||||
|
||||
An Event Watch Server list is a kind 10097 replaceable event meant to select one or more servers the user wants
|
||||
to register for push notifications. Servers are listed as `server` tags:
|
||||
An Event Watcher list is a kind 10097 replaceable event meant to select one or more servers the user wants to register for push notifications. Servers are listed as `server` tags:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user