summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-06-12 19:04:00 +0200
committerGravatar default2023-06-12 19:04:00 +0200
commit5da16e91c4e30eb4a88a0b3fc12800a5226c0a2a (patch)
tree96e185263d97fc4f15d09e93e529ef3b860c03d5
parentFix links with # in it. (diff)
downloadsnac2-5da16e91c4e30eb4a88a0b3fc12800a5226c0a2a.tar.gz
snac2-5da16e91c4e30eb4a88a0b3fc12800a5226c0a2a.tar.xz
snac2-5da16e91c4e30eb4a88a0b3fc12800a5226c0a2a.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 185e18a..c1a21b0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,8 +2,6 @@
2 2
3## Open 3## Open
4 4
5Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014).
6
7Fix `timeline_request_replies()` issues (more info there). 5Fix `timeline_request_replies()` issues (more info there).
8 6
9Fix 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.
@@ -251,3 +249,5 @@ Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200).
251Do 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). 249Do 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).
252 250
253Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200). 251Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200).
252
253Fix broken links that contain # (https://codeberg.org/grunfink/snac2/issues/47#issuecomment-937014) (2023-06-12T19:03:45+0200).