Unsubscribe on hmr

This commit is contained in:
Jon Staab
2026-06-12 12:52:10 -07:00
parent 9ef012ba88
commit 9dff41f096
15 changed files with 258 additions and 100 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Each protocol flow is initiated by a single event (the invite, resharing proposa
## Event Kinds
All events in this protocol are sent as the `content` payload of a NIP-59 gift wrap (kind 1059) with at least 16 bits of proof-of-work per NIP-13. Each wrapper carries a `["t", "b7ed"]` tag identifying this sub-protocol, allowing recipients to filter their inbox efficiently. The `content` is encrypted to the recipient's pubkey and the wrap is sent to the recipient's inbox relays (kind 10050) per NIP-17.
All events in this protocol are sent as the `content` payload of a NIP-59 gift wrap (kind 1059) with at least 16 bits of proof-of-work per NIP-13. The `content` is encrypted to the recipient's pubkey and the wrap is sent to the recipient's inbox relays (kind 10050) per NIP-17.
## Quorum Creation