summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-15 11:07:10 +0100
committerGravatar default2022-12-15 11:07:10 +0100
commit83fe02b488d0c25395111455f7f3dbf3856054e8 (patch)
treec7ea44ead9cf0e7c0ef2fef0f8d096588a220509
parentBumped version. (diff)
downloadsnac2-83fe02b488d0c25395111455f7f3dbf3856054e8.tar.gz
snac2-83fe02b488d0c25395111455f7f3dbf3856054e8.tar.xz
snac2-83fe02b488d0c25395111455f7f3dbf3856054e8.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 5e8f490..eeae7a9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
4 4
5There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where's the problem. 5There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where's the problem.
6 6
7Add support for Update + Note on input.
8
9Add a user option to ignore all Announces from everybody. 7Add a user option to ignore all Announces from everybody.
10 8
11Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 9Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
@@ -197,3 +195,5 @@ Add an ?skip=NNN parameter to the admin page, to see older timeline (2022-12-08T
197Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning (2022-12-08T08:41:27+0100). 195Now that we have the 2.7 layout and Likes and Announces don't move the conversations up, finally fix the ugly # positioning (2022-12-08T08:41:27+0100).
198 196
199Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't) (2022-12-08T08:46:24+0100). 197Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't) (2022-12-08T08:46:24+0100).
198
199Add support for Update + Note on input (2022-12-15T11:06:59+0100).