diff options
author | default <nobody@localhost> | 2022-10-06 19:11:49 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-06 19:11:49 +0200 |
commit | 4428e767dea53f450f19704e1cb58468d6843713 (patch) | |
tree | f12e4ed4a5ccf0dcad70fe09d9651184fbcf9dda /TODO.md | |
parent | 6befe9e569b70f3765534c17b1f67e459b0eb1fa (diff) |
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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). |