diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-03-29 11:39:19 -0400 |
|---|---|---|
| committer | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-03-29 11:39:19 -0400 |
| commit | 0ed2f63f223f03a171d1aa5c31dbec6bd68ffb6b (patch) | |
| tree | 7bd5ac0040b700bcb9c3314fda311eecb1b5a64d | |
| parent | f7f060303d25f081b1250761aff7522560270ddb (diff) | |
Getting drafts to be deleted even without relays supporting deletion events.
| -rw-r--r-- | 35.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -26,4 +26,6 @@ An additional `k` tag identifies the kind of the draft event. | |||
| 26 | } | 26 | } |
| 27 | ``` | 27 | ``` |
| 28 | 28 | ||
| 29 | A blanked `.content` means this draft has been deleted by a client but relays still have the event. | ||
| 30 | |||
| 29 | Tags `e` and `a` identify one or more anchor events, such as parent events on replies. | 31 | Tags `e` and `a` identify one or more anchor events, such as parent events on replies. |