diff options
author | default <nobody@localhost> | 2024-03-14 10:43:20 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-14 10:43:20 +0100 |
commit | b7eb5348b763a4350ecdc2b474e19f67d3c270d1 (patch) | |
tree | 0e94715a6ba32cb2140f5db0d0e4c9d431ccd402 /TODO.md | |
parent | eb29b691c1c5eeefe19146554e8b5de23d6b010c (diff) |
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,6 @@ Integrate "Ability to federate with hidden networks" see https://codeberg.org/gr Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 -Consider discarding posts by content using string or regex to mitigate spam. - 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`). @@ -307,3 +305,5 @@ Add support for rel="me" links, see https://codeberg.org/grunfink/snac2/issues/1 Hide followers-only replies to unknown accounts, see https://codeberg.org/grunfink/snac2/issues/123 (2024-02-22T12:40:58+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). |