summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-07-29 15:29:35 +0200
committerGravatar default2023-07-29 15:29:35 +0200
commit18846477de28cb3f52d52d8756320b4f530ed00e (patch)
tree5c0bea0f509d4f54c7499c9cd91225cd2c054b77
parentFixed outbox to be an OrderedCollection of Create+Note, not Note. (diff)
downloadsnac2-18846477de28cb3f52d52d8756320b4f530ed00e.tar.gz
snac2-18846477de28cb3f52d52d8756320b4f530ed00e.tar.xz
snac2-18846477de28cb3f52d52d8756320b4f530ed00e.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 34bc134..2c27893 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 outbox should contain Create+Note, not Note objects.
16
17## Wishlist 15## Wishlist
18 16
19Add a list of hashtags to drop. 17Add a list of hashtags to drop.
@@ -271,3 +269,5 @@ index_list() and index_list_desc() should not return deleted (i.e. dash prefixed
271Improve support for audio attachments (2023-07-28T20:22:32+0200). 269Improve support for audio attachments (2023-07-28T20:22:32+0200).
272 270
273Test 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
273The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+0200).