summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 6ef1ee0..0326156 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@ Implement the 'init' command-line option.
12 12
13Implement the 'adduser' command-line option. 13Implement the 'adduser' command-line option.
14 14
15Implement the local timeline cache.
16
17Show dates in local time and not UTC. 15Show dates in local time and not UTC.
18 16
19Add web interface for private messages. 17Add web interface for private messages.
@@ -143,3 +141,5 @@ Refactor HTML rendering because it's a mess and write build_timeline(), that gen
143Implement the helper thread (2022-10-01T20:56:46+0200). 141Implement the helper thread (2022-10-01T20:56:46+0200).
144 142
145Implement the user-setup web interface (2022-10-02T17:45:03+0200). 143Implement the user-setup web interface (2022-10-02T17:45:03+0200).
144
145Implement the local timeline cache (2022-10-02T18:17:27+0200).