diff options
author | default <nobody@localhost> | 2023-07-29 15:19:59 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-29 15:19:59 +0200 |
commit | 7c393ef43609ae3c10c0d7dec42ab71a08127b20 (patch) | |
tree | 343a0b2e9437d3fb3fe1f9e361669c1a39dabf40 /TODO.md | |
parent | 751eb0586adbb3e4a0469e0dca2ed4d623a6c338 (diff) | |
parent | 78f70427dd5517b053d62c75cee9291fc28c61b5 (diff) |
Merge branch 'master' of triptico.com:git/snac2
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -10,10 +10,10 @@ Implement real tag links instead of just pretending that it's something that exi Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. -Improve support for audio attachments. - Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 +The outbox should contain Create+Note, not Note objects. + ## Wishlist Add a list of hashtags to drop. @@ -28,8 +28,6 @@ Implement bulleted lists. Mastodon is crap and won't show them, but other implem User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does." -Test all the possible XSS vulnerabilities in https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/big-list-of-naughty-strings.txt - The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives. ## Closed @@ -269,3 +267,7 @@ Propagate the CW status and description from the replied message (2023-07-04T15: Add support for pinning posts (2023-07-06T10:11:35+0200). index_list() and index_list_desc() should not return deleted (i.e. dash prefixed) entries (2023-07-06T10:12:06+0200). + +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). |