From 4318e8f9e77b9af1faf57ce7481eac4388d3009f Mon Sep 17 00:00:00 2001 From: default Date: Tue, 8 Aug 2023 13:26:48 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 6 ++++-- 1 file 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 Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 +The votersCount field in multiple-choice polls is incorrectly calculated. + ## Wishlist Add a list of hashtags to drop. -Add a per-account toggle to [un]mute their Announces. - Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 The '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). Test 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). The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200). + +Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).