Updated TODO.

This commit is contained in:
default 2022-10-06 19:11:49 +02:00
parent 6befe9e569
commit 4428e767de

View file

@ -4,8 +4,6 @@
Implement the :emojis: in actor names and messages. 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. Show dates in local time and not UTC.
Add web interface for private messages. Add web interface for private messages.
@ -16,6 +14,8 @@ Implement image attachments.
Implement the s/ (static) path. 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 ## Wishlist and batshit crazy ideas
Process the timeline html from a dedicated thread. 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 'adduser' command-line option (2022-10-04T09:55:56+0200).
Implement the purge (2022-10-04T18:52:00+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).