commit 33e313ee806d561170bbba3a271145d39433f3be
parent 65df883b3fe8d86720b918927568d394d6c73cef
Author: default <nobody@localhost>
Date: Tue, 8 Aug 2023 13:56:38 +0200
Updated TODO.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TODO.md b/TODO.md
@@ -12,8 +12,6 @@ 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.
@@ -273,3 +271,5 @@ Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/d
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).
+
+The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200).