diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -14,14 +14,10 @@ Important: deleting a follower should do more that just delete the object, see h | |||
| 14 | 14 | ||
| 15 | Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). | 15 | Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it). |
| 16 | 16 | ||
| 17 | Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 | ||
| 18 | |||
| 19 | Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 | 17 | Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104 |
| 20 | 18 | ||
| 21 | Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json). | 19 | Consider adding Mastodon import functionality (for following_accounts.csv and outbox.json). |
| 22 | 20 | ||
| 23 | Consider adding milter-like support to reject posts to mitigate spam. | ||
| 24 | |||
| 25 | Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). | 21 | Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). |
| 26 | 22 | ||
| 27 | Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050 | 23 | 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 | |||
| 311 | Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100). | 307 | Consider discarding posts by content using string or regex to mitigate spam (2024-03-14T10:40:14+0100). |
| 312 | 308 | ||
| 313 | Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100). | 309 | Post edits should preserve the image and the image description somewhat (2024-03-22T09:57:18+0100). |
| 310 | |||
| 311 | Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93 | ||
| 312 | |||
| 313 | Consider adding milter-like support to reject posts to mitigate spam (discarded; 2024-04-20T22:46:35+0200). | ||