snac2

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

commit 3aeae5e60219611df7ad59bd739bcfd2e5a25d4a
parent 039e9b04f607b1289135ef4102d4a57a9be3e011
Author: default <nobody@localhost>
Date:   Mon,  6 Jan 2025 18:44:52 +0100

Updated TODO.

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

diff --git a/TODO.md b/TODO.md @@ -32,8 +32,6 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). -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). Add a list of hashtags to drop. @@ -365,3 +363,5 @@ Consider showing only posts by the account owner (not full trees) (see https://c Unfollowing lemmy groups gets rejected with an http status of 400 (it seems to work now; 2024-12-28T16:50:16+0100). CSV import/export does not work with OpenBSD security on; document it or fix it (2025-01-04T19:35:09+0100). + +Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details) (2025-01-06T18:43:52+0100).