summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-04-20 22:48:02 +0200
committerdefault <nobody@localhost>2024-04-20 22:48:02 +0200
commit62cc167c5f9205bf3a758a40cd7b22b9a54164be (patch)
tree0397a4089355b8decd8546a34def0092d8b8533f /TODO.md
parent5daab81d01e4524616e786b0dc63778fd4201dae (diff)
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files 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).