From 0311220eae6cfaf7e3ce180523396dfd2e393db7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 9 May 2024 16:05:57 -0400 Subject: [PATCH] Adds some considerations. --- 68.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/68.md b/68.md index f7c7acfc..77396645 100644 --- a/68.md +++ b/68.md @@ -99,3 +99,7 @@ Similarly, when decrypting the `.content`, if the receiver client can't find a v ## Final Considerations If any of the event's private keys are lost due to an encrypting bug or if there is a failure to add the ciphertext in the p-tags before signing, and if relays don't have previous versions of this event, the event might become permanently unmodifiable and undecryptable, which can also be a feature in some use cases. + +The shared viewing key can be rotated at will but not the editing key + +There is no proof that pubkeys are participating in this shared replaceable. The presence of `p` tags MUST not imply support for what's written in the event. \ No newline at end of file