snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d83cea3aa9184c9bbb9a9ad2589448a9114da058
parent 20af5d65f9b09cebe439f29cfbd72c0a6f379cb1
Author: default <nobody@localhost>
Date:   Thu,  1 Aug 2024 18:52:31 +0200

Updated TODO.

Diffstat:
MTODO.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -22,8 +22,6 @@ Implement "FEP-3b86: Activity Intents" https://codeberg.org/fediverse/fep/src/br Track "FEP-ef61: Portable Objects" https://codeberg.org/fediverse/fep/src/branch/main/fep/ef61/fep-ef61.md -Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). - 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). @@ -319,3 +317,5 @@ Consider adding milter-like support to reject posts to mitigate spam (discarded; Implement support for 'Event' data types. Example: https://fediversity.site/item/e9bdb383-eeb9-4d7d-b2f7-c6401267cae0 (2024-05-12T08:56:27+0200) Mastodon API: fix whatever the fuck is making the official app and Megalodon to crash (2024-06-02T07:43:35+0200). + +Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it) (2024-08-01T18:51:43+0200).