summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 2c27893..00f28ef 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,12 +12,12 @@ Mastodon API: fix whatever the fuck is making the official app and Megalodon to
12 12
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
14 14
15The votersCount field in multiple-choice polls is incorrectly calculated.
16
15## Wishlist 17## Wishlist
16 18
17Add a list of hashtags to drop. 19Add a list of hashtags to drop.
18 20
19Add a per-account toggle to [un]mute their Announces.
20
21Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 21Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
22 22
23The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants. 23The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.
@@ -271,3 +271,5 @@ Improve support for audio attachments (2023-07-28T20:22:32+0200).
271Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200). 271Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt (2023-07-28T20:23:21+0200).
272 272
273The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200). 273The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200).
274
275Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).