Browse Source

Updated TODO.

default 1 year ago
parent
commit
dcc379da2e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      TODO.md

+ 2 - 2
TODO.md

@@ -6,8 +6,6 @@ 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 if it didn't.
 Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
 
 
-Post edits should preserve the image and the image description somewhat.
-
 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
@@ -307,3 +305,5 @@ Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfi
 Consider implementing the rejection of activities from recently-created accounts to mitigate spam, see https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/mrf/reject_newly_created_account_note_policy.ex (2024-02-24T07:46:10+0100).
 Consider implementing the rejection of activities from recently-created accounts to mitigate spam, see https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/web/activity_pub/mrf/reject_newly_created_account_note_policy.ex (2024-02-24T07:46:10+0100).
 
 
 Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100).
 Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100).
+
+Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100).