summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-06 19:11:49 +0200
committerGravatar default2022-10-06 19:11:49 +0200
commit4428e767dea53f450f19704e1cb58468d6843713 (patch)
treef12e4ed4a5ccf0dcad70fe09d9651184fbcf9dda
parentNew function build_mentions(), for the reply textareas. (diff)
downloadsnac2-4428e767dea53f450f19704e1cb58468d6843713.tar.gz
snac2-4428e767dea53f450f19704e1cb58468d6843713.tar.xz
snac2-4428e767dea53f450f19704e1cb58468d6843713.zip
Updated TODO.
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 22a22f0..84cc414 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
4 4
5Implement the :emojis: in actor names and messages. 5Implement the :emojis: in actor names and messages.
6 6
7Implement the citations as @user@host in the reply textareas.
8
9Show dates in local time and not UTC. 7Show dates in local time and not UTC.
10 8
11Add web interface for private messages. 9Add web interface for private messages.
@@ -16,6 +14,8 @@ Implement image attachments.
16 14
17Implement the s/ (static) path. 15Implement the s/ (static) path.
18 16
17build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host.
18
19## Wishlist and batshit crazy ideas 19## Wishlist and batshit crazy ideas
20 20
21Process the timeline html from a dedicated thread. 21Process the timeline html from a dedicated thread.
@@ -145,3 +145,5 @@ Implement the 'init' command-line option (2022-10-04T09:55:56+0200).
145Implement the 'adduser' command-line option (2022-10-04T09:55:56+0200). 145Implement the 'adduser' command-line option (2022-10-04T09:55:56+0200).
146 146
147Implement the purge (2022-10-04T18:52:00+0200). 147Implement the purge (2022-10-04T18:52:00+0200).
148
149Implement the citations as @user@host in the reply textareas (2022-10-06T19:08:39+0200).