summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-08 09:55:39 +0100
committerGravatar default2023-02-08 09:55:39 +0100
commit819211c620ac73d2e0fe5e0330d9482e3690a94b (patch)
tree00632c80ec36a1b81e2945556bb671aa3dfbef60
parentDebug level tweaks. (diff)
downloadsnac2-819211c620ac73d2e0fe5e0330d9482e3690a94b.tar.gz
snac2-819211c620ac73d2e0fe5e0330d9482e3690a94b.tar.xz
snac2-819211c620ac73d2e0fe5e0330d9482e3690a94b.zip
Updated TODO.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 1277674..1375d14 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,8 @@
2 2
3## Open 3## Open
4 4
5If there is a post in private.idx that has a parent that is in the global object database, this parent will be inserted into the list by timeline_top_level(). BUT, the new function timeline_get_by_md5() (that only looks in the user caches) won't find the parent, so the full thread will not be shown. This is BAD.
6
5There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where the problem is. 7There are some hosts that keep returning 400 Bad Request to snac posts (e.g. hachyderm.io). I've investigated but still don't know where the problem is.
6 8
7Add a list of hashtags to drop. 9Add a list of hashtags to drop.