diff options
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | Add web interface for sending private messages (they can already be answered like normal replies). | 5 | Add web interface for sending private messages (they can already be answered like normal replies). |
| 6 | 6 | ||
| 7 | Add web interface for the list of people being followed. | 7 | Add web interface for the list of people being followed and who follows us. |
| 8 | 8 | ||
| 9 | Implement hashtags. | 9 | Implement hashtags. |
| 10 | 10 | ||
| @@ -22,8 +22,6 @@ Add an RSS to the local timeline. | |||
| 22 | 22 | ||
| 23 | Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); one append-only index with entry ids, read backwards (easy because md5 binary ids measure the same); children lists as append-only files stored inside the timeline directories with almost the same names as the parent entry; liked-by and announced-by lists as append-only files of actor ids. No _snac metadata inside the message. (But, what about the referrer? With this layout, do I need it?). | 23 | Idea for a new disk layout: timelines stored like in git (2 character directories and then the md5.json inside); one append-only index with entry ids, read backwards (easy because md5 binary ids measure the same); children lists as append-only files stored inside the timeline directories with almost the same names as the parent entry; liked-by and announced-by lists as append-only files of actor ids. No _snac metadata inside the message. (But, what about the referrer? With this layout, do I need it?). |
| 24 | 24 | ||
| 25 | Add a 'Follow' button next to a follow notification. | ||
| 26 | |||
| 27 | ## Closed | 25 | ## Closed |
| 28 | 26 | ||
| 29 | Start a TODO file (2022-08-25T10:07:44+0200). | 27 | Start a TODO file (2022-08-25T10:07:44+0200). |