Updated TODO.

This commit is contained in:
default 2024-03-22 09:57:29 +01:00
parent 2f4a881dd2
commit dcc379da2e

View File

@ -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.
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.
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 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).