mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Updated TODO.
This commit is contained in:
parent
621c65159d
commit
562bea2cf9
18
TODO.md
18
TODO.md
@ -2,28 +2,20 @@
|
|||||||
|
|
||||||
## Open
|
## Open
|
||||||
|
|
||||||
Fix boosts from people being followed not showing in the Mastodon API.
|
|
||||||
|
|
||||||
Fix case-sensitivity issue described in https://codeberg.org/grunfink/snac2/issues/82 .
|
|
||||||
|
|
||||||
Unfollowing lemmy groups gets rejected with an http status of 400.
|
Unfollowing lemmy groups gets rejected with an http status of 400.
|
||||||
|
|
||||||
Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as it didn't.
|
Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
|
||||||
|
|
||||||
Fix `timeline_request_replies()` issues (more info there).
|
Fix `timeline_request_replies()` issues (more info there).
|
||||||
|
|
||||||
Post edits should preserve the image and the image description somewhat.
|
Post edits should preserve the image and the image description somewhat.
|
||||||
|
|
||||||
Implement real tag links instead of just pretending that it's something that exists.
|
|
||||||
|
|
||||||
Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
|
Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
|
||||||
|
|
||||||
Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
|
Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
|
||||||
|
|
||||||
## Wishlist
|
## Wishlist
|
||||||
|
|
||||||
Add a flag to make accounts private, i.e., they don't expose any content from the web interface (only through ActivityPub).
|
|
||||||
|
|
||||||
Add a list of hashtags to drop.
|
Add a list of hashtags to drop.
|
||||||
|
|
||||||
Add domain/subdomain flexibility according to https://codeberg.org/grunfink/snac2/issues/3
|
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
|
|||||||
Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).
|
Add a per-account toggle to [un]mute their Announces (2023-08-08T13:25:40+0200).
|
||||||
|
|
||||||
The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200).
|
The votersCount field in multiple-choice polls is incorrectly calculated (2023-08-08T13:56:28+0200).
|
||||||
|
|
||||||
|
Fix boosts from people being followed not showing in the Mastodon API (2023-11-18T22:42:48+0100).
|
||||||
|
|
||||||
|
Fix case-sensitivity issue described in https://codeberg.org/grunfink/snac2/issues/82 (2023-11-18T22:42:48+0100).
|
||||||
|
|
||||||
|
Implement real tag links instead of just pretending that it's something that exists (2023-11-18T22:42:48+0100).
|
||||||
|
|
||||||
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user