diff --git a/TODO.md b/TODO.md index fadbd8b..c4740d2 100644 --- 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).