Topic: Editing
It would be cool if there was a way to edit notes. Basic idea: a note is created with the following tags:
```json
{"tags": [["e","thread_id"],["e","note_id","","edit"]]}
```
Where `note_id` is the note you are editing. Clients can replace the note with the most recent one it sees. It is able to fetch all edit notes because of the thread_id reference.
For clients that don't support this, it will look like a regular reply.
Deleting
Deleting posts could work in a similar way, with a "delete" tag at the 3rd index instead of "edit"
Please Login to reply.
No replies yet.