summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-31 12:01:59 +0100
committerGravatar default2022-10-31 12:01:59 +0100
commitd7106a1917820d05a4a8b6978f765e565b682773 (patch)
tree153147e01cc5224c3a71ddf81bd87951cdcf0623
parentAlways set the referrer if it's the user. (diff)
downloadsnac2-d7106a1917820d05a4a8b6978f765e565b682773.tar.gz
snac2-d7106a1917820d05a4a8b6978f765e565b682773.tar.xz
snac2-d7106a1917820d05a4a8b6978f765e565b682773.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index fadbd8b..c4740d2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,7 +4,7 @@
4 4
5Add web interface for sending private messages (they can already be answered like normal replies). 5Add web interface for sending private messages (they can already be answered like normal replies).
6 6
7Add web interface for the list of people being followed. 7Add web interface for the list of people being followed and who follows us.
8 8
9Implement hashtags. 9Implement hashtags.
10 10
@@ -22,8 +22,6 @@ Add an RSS to the local timeline.
22 22
23Idea 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?). 23Idea 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
25Add a 'Follow' button next to a follow notification.
26
27## Closed 25## Closed
28 26
29Start a TODO file (2022-08-25T10:07:44+0200). 27Start a TODO file (2022-08-25T10:07:44+0200).