summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index 259b750..f703117 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,28 +2,20 @@
2 2
3## Open 3## Open
4 4
5Fix boosts from people being followed not showing in the Mastodon API.
6
7Fix case-sensitivity issue described in https://codeberg.org/grunfink/snac2/issues/82 .
8
9Unfollowing lemmy groups gets rejected with an http status of 400. 5Unfollowing lemmy groups gets rejected with an http status of 400.
10 6
11Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as it didn't. 7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
12 8
13Fix `timeline_request_replies()` issues (more info there). 9Fix `timeline_request_replies()` issues (more info there).
14 10
15Post edits should preserve the image and the image description somewhat. 11Post edits should preserve the image and the image description somewhat.
16 12
17Implement real tag links instead of just pretending that it's something that exists.
18
19Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 13Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
20 14
21Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 15Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
22 16
23## Wishlist 17## Wishlist
24 18
25Add a flag to make accounts private, i.e., they don't expose any content from the web interface (only through ActivityPub).
26
27Add a list of hashtags to drop. 19Add a list of hashtags to drop.
28 20
29Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3 21Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
@@ -283,3 +275,11 @@ The outbox should contain Create+Note, not Note objects (2023-07-29T15:29:24+020
283Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200). 275Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).
284 276
285The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200). 277The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200).
278
279Fix boosts from people being followed not showing in the Mastodon API (2023-11-18T22:42:48+0100).
280
281Fix case-sensitivity issue described in https://codeberg.org/grunfink/snac2/issues/82 (2023-11-18T22:42:48+0100).
282
283Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100).
284
285Add a flag to make accounts private, i.e., they don't expose any content from the web interface (only through ActivityPub) (2023-11-18T22:42:48+0100).