snac2

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

commit 5da16e91c4e30eb4a88a0b3fc12800a5226c0a2a
parent b9dee83f27437941df6d7c7df3ca6bf2a89a56cc
Author: default <nobody@localhost>
Date:   Mon, 12 Jun 2023 19:04:00 +0200

Updated TODO.

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

diff --git a/TODO.md b/TODO.md @@ -2,8 +2,6 @@ ## Open -Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014). - Fix `timeline_request_replies()` issues (more info there). Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder. @@ -251,3 +249,5 @@ Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200). Do something with @mentions without host; complete with followed people, or with local users. Or just do nothing. I'm not sure (2023-05-21T20:19:15+0200). Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200). + +Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200).