diff options
author | default <nobody@localhost> | 2022-10-31 12:01:59 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-31 12:01:59 +0100 |
commit | d7106a1917820d05a4a8b6978f765e565b682773 (patch) | |
tree | 153147e01cc5224c3a71ddf81bd87951cdcf0623 /TODO.md | |
parent | 4272f58e3f1ebc4d0759589e703a0269fdbe0ce4 (diff) |
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ Add web interface for sending private messages (they can already be answered like normal replies). -Add web interface for the list of people being followed. +Add web interface for the list of people being followed and who follows us. Implement hashtags. @@ -22,8 +22,6 @@ Add an RSS to the local timeline. 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?). -Add a 'Follow' button next to a follow notification. - ## Closed Start a TODO file (2022-08-25T10:07:44+0200). |