commit d7106a1917820d05a4a8b6978f765e565b682773
parent 4272f58e3f1ebc4d0759589e703a0269fdbe0ce4
Author: default <nobody@localhost>
Date: Mon, 31 Oct 2022 12:01:59 +0100
Updated TODO.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/TODO.md b/TODO.md
@@ -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).