diff options
| author | Pablo Fernandez <p@f7z.io> | 2023-10-19 16:44:42 +0300 |
|---|---|---|
| committer | Pablo Fernandez <p@f7z.io> | 2023-10-19 16:44:42 +0300 |
| commit | b86ad6f627114961f4c676edafc8194a449fbdab (patch) | |
| tree | 7ddb3f4eaf51865b0bbfbe98695e705f6da8ddf3 | |
| parent | d6074050e65cbf6ae7bbf27a0e834a5c91abf8d0 (diff) | |
mute `mute`
| -rw-r--r-- | 41.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -51,8 +51,7 @@ When the user needs to change keys they sign an event `kind:1777` with the new k | |||
| 51 | [ "e", "<kind:1776-event-id>" ], | 51 | [ "e", "<kind:1776-event-id>" ], |
| 52 | [ "proof", "<kind:1040-event-id>" ], | 52 | [ "proof", "<kind:1040-event-id>" ], |
| 53 | [ "alt", "pubkey migration event" ], | 53 | [ "alt", "pubkey migration event" ], |
| 54 | [ "relays", "relay1", "relay2" ], | 54 | [ "relays", "relay1", "relay2" ] |
| 55 | [ "mute" ] | ||
| 56 | ] | 55 | ] |
| 57 | } | 56 | } |
| 58 | ``` | 57 | ``` |
| @@ -61,7 +60,6 @@ When the user needs to change keys they sign an event `kind:1777` with the new k | |||
| 61 | * `e` tag MUST list the `kind:1776` event that whitelisted the new pubkey. | 60 | * `e` tag MUST list the `kind:1776` event that whitelisted the new pubkey. |
| 62 | * `proof` tag MUST list the `kind:1040` event that provides the Opentimestamp data of the `kind:1776` event. | 61 | * `proof` tag MUST list the `kind:1040` event that provides the Opentimestamp data of the `kind:1776` event. |
| 63 | * `relays` tag SHOULD list relays where both `kind:1776` and `kind:1040` events can be found. | 62 | * `relays` tag SHOULD list relays where both `kind:1776` and `kind:1040` events can be found. |
| 64 | * `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. | ||
| 65 | * `.content` SHOULD be ignored; users can optionally write a message explaining the migration. | 63 | * `.content` SHOULD be ignored; users can optionally write a message explaining the migration. |
| 66 | 64 | ||
| 67 | ## Following the new pubkey | 65 | ## Following the new pubkey |