Browse Source

Updated TODO.

default 1 year ago
parent
commit
562bea2cf9
1 changed files with 9 additions and 9 deletions
  1. 9 9
      TODO.md

+ 9 - 9
TODO.md

@@ -2,28 +2,20 @@
 
 ## 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 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).
 
 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.
 
 Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
 
 ## 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 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).
 
 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).