diff options
author | default <nobody@localhost> | 2023-02-08 13:48:25 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-08 13:48:25 +0100 |
commit | 03ed4d53098336c583d7258d0692b0b13e770563 (patch) | |
tree | a9b50ba06d9b62f34cdb44fc293a208223207ac1 | |
parent | 95926fb98a6d92d9cb05bfb51a512321e572477c (diff) |
Updated TODO.
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,6 @@ ## Open -If 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. - There 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. Add a list of hashtags to drop. @@ -215,3 +213,5 @@ Add support for editing our own messages (2023-01-25T18:36:16+0100). Implement 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). Refactor the queue to be global, not per user (2023-02-03T20:49:31+0100). + +If 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). |