summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar default2023-06-09 09:44:48 +0200
committerGravatar default2023-06-09 09:44:48 +0200
commitab470e9f9b37c0164b9fe9437bdef8b80bbb4c27 (patch)
treec34722f497a019a756fe17bf6a6bfcbaf1ff41dd /TODO.md
parentMinor tweak to snac-poll-form. (diff)
downloadsnac2-ab470e9f9b37c0164b9fe9437bdef8b80bbb4c27.tar.gz
snac2-ab470e9f9b37c0164b9fe9437bdef8b80bbb4c27.tar.xz
snac2-ab470e9f9b37c0164b9fe9437bdef8b80bbb4c27.zip
Updated TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 198df63..f52a976 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,10 @@
2 2
3## Open 3## Open
4 4
5Fix premature purge of actor by hardlinking the actor object inside the user `following/` subfolder.
6
7Replace weird, vestigial 'touch-by-append-spaces' in actor_get() with a more proper call to `utimes()`.
8
5Post edits should preserve the image and the image description somewhat. 9Post edits should preserve the image and the image description somewhat.
6 10
7Implement real tag links instead of just pretending that it's something that exists. 11Implement real tag links instead of just pretending that it's something that exists.