summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-04 18:52:19 +0200
committerGravatar default2022-10-04 18:52:19 +0200
commit37e3a6474568721a1b8dc054c8fac5f45555762c (patch)
treee079a14b346e829a097235fc2ed4a1667cf1ed24
parentNew command-line option purge. (diff)
downloadsnac2-37e3a6474568721a1b8dc054c8fac5f45555762c.tar.gz
snac2-37e3a6474568721a1b8dc054c8fac5f45555762c.tar.xz
snac2-37e3a6474568721a1b8dc054c8fac5f45555762c.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 32f286d..6128c40 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,8 +6,6 @@ Implement the :emojis: in actor names and messages.
6 6
7Implement the citations as @user@host in the reply textareas. 7Implement the citations as @user@host in the reply textareas.
8 8
9Implement the purge.
10
11Show dates in local time and not UTC. 9Show dates in local time and not UTC.
12 10
13Add web interface for private messages. 11Add web interface for private messages.
@@ -147,3 +145,5 @@ Import the man pages (2022-10-03T21:38:23+0200).
147Implement the 'init' command-line option (2022-10-04T09:55:56+0200). 145Implement the 'init' command-line option (2022-10-04T09:55:56+0200).
148 146
149Implement the 'adduser' command-line option (2022-10-04T09:55:56+0200). 147Implement the 'adduser' command-line option (2022-10-04T09:55:56+0200).
148
149Implement the purge (2022-10-04T18:52:00+0200).