summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-22 09:57:29 +0100
committerdefault <nobody@localhost>2024-03-22 09:57:29 +0100
commitdcc379da2e638d44bb486e2f059d33b52a53089e (patch)
tree598d266d2f3bb8f677b696a361342f59ca370a36
parent2f4a881dd27cf05e6512b2781db107213852c3ad (diff)
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index a1e6abb..937ce03 100644
--- a/TODO.md
+++ b/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.
-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).