snac2

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

commit dccb6cdd81c30ef6b5538d16aad28215e7000551
parent 2bed69d00b76a8b54f027e9edd6df6c968cdf1b9
Author: default <nobody@localhost>
Date:   Thu, 15 Jun 2023 04:30:55 +0200

Updated TODO.

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

diff --git a/TODO.md b/TODO.md @@ -4,8 +4,6 @@ Fix `timeline_request_replies()` issues (more info there). -Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder. - Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`. Post edits should preserve the image and the image description somewhat. @@ -251,3 +249,5 @@ Do something with @mentions without host; complete with followed people, or with 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). + +Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder (2023-06-15T04:30:40+0200).