diff options
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ## Open | 3 | ## Open |
| 4 | 4 | ||
| 5 | 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. | ||
| 6 | |||
| 7 | 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. | 5 | 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. |
| 8 | 6 | ||
| 9 | Add a list of hashtags to drop. | 7 | Add a list of hashtags to drop. |
| @@ -215,3 +213,5 @@ Add support for editing our own messages (2023-01-25T18:36:16+0100). | |||
| 215 | 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). | 213 | 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). |
| 216 | 214 | ||
| 217 | Refactor the queue to be global, not per user (2023-02-03T20:49:31+0100). | 215 | Refactor the queue to be global, not per user (2023-02-03T20:49:31+0100). |
| 216 | |||
| 217 | 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). | ||