summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-11-02 11:08:24 +0100
committerGravatar default2022-11-02 11:08:24 +0100
commit29b4f48e72bd027740e1cfa9293b283ab88cc408 (patch)
treea1f24eccabbc36314827b901a2a2ae763d2abde8
parentDifferentiate the textarea forms form follower to following. (diff)
downloadsnac2-29b4f48e72bd027740e1cfa9293b283ab88cc408.tar.gz
snac2-29b4f48e72bd027740e1cfa9293b283ab88cc408.tar.xz
snac2-29b4f48e72bd027740e1cfa9293b283ab88cc408.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index c4740d2..c15ce9e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,10 +2,6 @@
2 2
3## Open 3## Open
4 4
5Add web interface for sending private messages (they can already be answered like normal replies).
6
7Add web interface for the list of people being followed and who follows us.
8
9Implement hashtags. 5Implement hashtags.
10 6
11Implement bulleted lists. 7Implement bulleted lists.
@@ -167,3 +163,7 @@ Implement notification by email of private messages (2022-10-28T21:17:27+0200).
167Make local likes / announces more visible (2022-10-28T21:18:41+0200). 163Make local likes / announces more visible (2022-10-28T21:18:41+0200).
168 164
169Implement sensitive messages: they have a non-empty `summary` field and a `sensitive` field set to *true* (2022-10-30T06:19:13+0100). 165Implement sensitive messages: they have a non-empty `summary` field and a `sensitive` field set to *true* (2022-10-30T06:19:13+0100).
166
167Add web interface for sending private messages (they can already be answered like normal replies) (2022-11-02T11:07:40+0100).
168
169Add web interface for the list of people being followed and who follows us (2022-11-02T11:07:40+0100).