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