From 62cc167c5f9205bf3a758a40cd7b22b9a54164be Mon Sep 17 00:00:00 2001 From: default Date: Sat, 20 Apr 2024 22:48:02 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index bdb4f23..8d93fba 100644 --- a/TODO.md +++ b/TODO.md @@ -14,14 +14,10 @@ Important: deleting a follower should do more that just delete the object, see h Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). -Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 - Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json). -Consider adding milter-like support to reject posts to mitigate spam. - Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 @@ -311,3 +307,7 @@ Consider implementing the rejection of activities from recently-created accounts 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). + +Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 + +Consider adding milter-like support to reject posts to mitigate spam (discarded; 2024-04-20T22:46:35+0200).