From 9e15edba1c3508cc89a54ce4b1f144c2e72b463b Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Thu, 19 Oct 2023 11:50:05 +0300 Subject: [PATCH] add optional mute tag --- 41.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/41.md b/41.md index 5c6d8017..a1815189 100644 --- a/41.md +++ b/41.md @@ -51,7 +51,8 @@ When the user needs to change keys they sign an event `kind:1777` with the new k [ "e", "" ], [ "proof", "" ], [ "alt", "pubkey migration event" ], - [ "relays", "relay1", "relay2" ] + [ "relays", "relay1", "relay2" ], + [ "mute" ] ] } ``` @@ -60,6 +61,7 @@ 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