commit 4428e767dea53f450f19704e1cb58468d6843713 parent 6befe9e569b70f3765534c17b1f67e459b0eb1fa Author: default <nobody@localhost> Date: Thu, 6 Oct 2022 19:11:49 +0200 Updated TODO. Diffstat:
M | TODO.md | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/TODO.md b/TODO.md @@ -4,8 +4,6 @@ Implement the :emojis: in actor names and messages. -Implement the citations as @user@host in the reply textareas. - Show dates in local time and not UTC. Add web interface for private messages. @@ -16,6 +14,8 @@ Implement image attachments. Implement the s/ (static) path. +build_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. + ## Wishlist and batshit crazy ideas Process the timeline html from a dedicated thread. @@ -145,3 +145,5 @@ Implement the 'init' command-line option (2022-10-04T09:55:56+0200). Implement the 'adduser' command-line option (2022-10-04T09:55:56+0200). Implement the purge (2022-10-04T18:52:00+0200). + +Implement the citations as @user@host in the reply textareas (2022-10-06T19:08:39+0200).