mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
mute mute
This commit is contained in:
parent
d6074050e6
commit
b86ad6f627
4
41.md
4
41.md
|
@ -51,8 +51,7 @@ When the user needs to change keys they sign an event `kind:1777` with the new k
|
|||
[ "e", "<kind:1776-event-id>" ],
|
||||
[ "proof", "<kind:1040-event-id>" ],
|
||||
[ "alt", "pubkey migration event" ],
|
||||
[ "relays", "relay1", "relay2" ],
|
||||
[ "mute" ]
|
||||
[ "relays", "relay1", "relay2" ]
|
||||
]
|
||||
}
|
||||
```
|
||||
|
@ -61,7 +60,6 @@ When the user needs to change keys they sign an event `kind:1777` with the new k
|
|||
* `e` tag MUST list the `kind:1776` event that whitelisted the new pubkey.
|
||||
* `proof` tag MUST list the `kind:1040` event that provides the Opentimestamp data of the `kind:1776` event.
|
||||
* `relays` tag SHOULD list relays where both `kind:1776` and `kind:1040` events can be found.
|
||||
* `mute` is optional If it's present, clients SHOULD mute the old pubkey. Users who are migrating because of a compromised key can use this to protect their followers.
|
||||
* `.content` SHOULD be ignored; users can optionally write a message explaining the migration.
|
||||
|
||||
## Following the new pubkey
|
||||
|
|
Loading…
Reference in New Issue
Block a user