summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-06-11 10:54:48 +0200
committerGravatar default2023-06-11 10:54:48 +0200
commit723343fc42884e2cd87faf6443967c2853c48a68 (patch)
tree68fef1b6fd1d4c897ac0e07ca253633f0ffa80c3 /TODO.md
parentUse a different variable name to store the id of 'embedded' children. (diff)
downloadsnac2-723343fc42884e2cd87faf6443967c2853c48a68.tar.gz
snac2-723343fc42884e2cd87faf6443967c2853c48a68.tar.xz
snac2-723343fc42884e2cd87faf6443967c2853c48a68.zip
Disable `timeline_request_replies()` temporarily.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index f52a976..7b105ae 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,8 @@
2 2
3## Open 3## Open
4 4
5Fix `timeline_request_replies()` issues (more info there).
6
5Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder. 7Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder.
6 8
7Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`. 9Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`.