mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
language improvements.
This commit is contained in:
parent
db6e559ee1
commit
4ec95caba9
6
68.md
6
68.md
|
@ -6,9 +6,9 @@ Shared Replaceables
|
|||
|
||||
`draft` `optional`
|
||||
|
||||
This NIP establishes the encoding mechanism to create, filter and reference replaceable events whose ownership are shared among several keys.
|
||||
This NIP creates replaceable events that can be changed by any public key in the list of pre-defined owners.
|
||||
|
||||
The initial creator adds all owners to the `d` tag, separated by `|`. The presence of `|` with valid keys for each but the last position, directs clients to work with this event as a shared replaceable.
|
||||
The initial creator adds all owners to the `d` tag, separated by `|`. The presence of `|` on the `d` tag, with valid keys for each but the last position, directs clients to work with this event as a shared replaceable.
|
||||
|
||||
```js
|
||||
{
|
||||
|
@ -21,6 +21,8 @@ The initial creator adds all owners to the `d` tag, separated by `|`. The presen
|
|||
}
|
||||
```
|
||||
|
||||
Clients MUST render the latest event from any of the owners.
|
||||
|
||||
To change owners, users MUST create a new `d` tag with new owners and MAY delete the previous one.
|
||||
|
||||
# Referencing & Indexing
|
||||
|
|
Loading…
Reference in New Issue
Block a user