summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-08 08:46:38 +0100
committerdefault <nobody@localhost>2022-12-08 08:46:38 +0100
commit0a0896b77b4a2308a06e39507309b63b9165fb7a (patch)
tree13efc44aed897876c4010f12ce69fda33ce166df /TODO.md
parent0d881424df12191d071c40da35f8025264e66d88 (diff)
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 32c00be..6fe754b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
Add support for Update + Note on input.
-Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't).
-
Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
Add support for uploading the avatar, instead of needing an URL to an image. As a kludgy workaround, you can post something with an attached image, copy the auto-generated URL and use it. You can even delete the post, as attached images are never deleted (I said it was kludgy).
@@ -193,3 +191,5 @@ Add this pull request https://codeberg.org/grunfink/snac2/pulls/9 (2022-12-05T12
Add an ?skip=NNN parameter to the admin page, to see older timeline (2022-12-08T08:41:11+0100).
Now 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).
+
+Disable the 'Boost' button for non-public messages (technically they can be Announced, but shouldn't) (2022-12-08T08:46:24+0100).