summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-08 13:48:25 +0100
committerGravatar default2023-02-08 13:48:25 +0100
commit03ed4d53098336c583d7258d0692b0b13e770563 (patch)
treea9b50ba06d9b62f34cdb44fc293a208223207ac1
parentUse timeline_here() for parents in html_entry(). (diff)
downloadsnac2-03ed4d53098336c583d7258d0692b0b13e770563.tar.gz
snac2-03ed4d53098336c583d7258d0692b0b13e770563.tar.xz
snac2-03ed4d53098336c583d7258d0692b0b13e770563.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 1375d14..b80e812 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,8 +2,6 @@
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
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. 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.
8 6
9Add a list of hashtags to drop. 7Add a list of hashtags to drop.
@@ -215,3 +213,5 @@ Add support for editing our own messages (2023-01-25T18:36:16+0100).
215Implement hashtags. They are not very useful, as they can only be implemented as instance-only (not propagated), but it may help classifiying your own posts (2023-01-26T14:39:51+0100). 213Implement hashtags. They are not very useful, as they can only be implemented as instance-only (not propagated), but it may help classifiying your own posts (2023-01-26T14:39:51+0100).
216 214
217Refactor the queue to be global, not per user (2023-02-03T20:49:31+0100). 215Refactor the queue to be global, not per user (2023-02-03T20:49:31+0100).
216
217If 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 (2023-02-08T13:48:12+0100).