summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index c4d6661..bdb4f23 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,19 +6,19 @@ 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
## Wishlist
+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 discarding posts by content using string or regex to mitigate spam.
+Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json).
Consider adding milter-like support to reject posts to mitigate spam.
@@ -26,7 +26,7 @@ Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl`
Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
-Add support for /share?text=tt&website=url (whatever it is).
+Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details).
Add support for /authorize_interaction (whatever it is).
@@ -307,3 +307,7 @@ 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).
+
+Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100).