summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-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.
6 6
7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. 7Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
8 8
9Post edits should preserve the image and the image description somewhat.
10
11Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash. 9Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash.
12 10
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 11Important: 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
307Consider 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). 305Consider 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).
308 306
309Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100). 307Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100).
308
309Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100).