summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-08-08 13:56:38 +0200
committerGravatar default2023-08-08 13:56:38 +0200
commit33e313ee806d561170bbba3a271145d39433f3be (patch)
treeb5699e4db29883a4c8ce75f321a1d1b48c6e018a /TODO.md
parentFixed votersCount. (diff)
downloadsnac2-33e313ee806d561170bbba3a271145d39433f3be.tar.gz
snac2-33e313ee806d561170bbba3a271145d39433f3be.tar.xz
snac2-33e313ee806d561170bbba3a271145d39433f3be.zip
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 00f28ef..945d904 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@ 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
17## Wishlist 15## Wishlist
18 16
19Add a list of hashtags to drop. 17Add a list of hashtags to drop.
@@ -273,3 +271,5 @@ Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/d
273The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200). 271The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200).
274 272
275Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200). 273Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).
274
275The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200).