diff options
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -10,8 +10,6 @@ Add web interface for the list of people being followed. | |||
| 10 | 10 | ||
| 11 | Implement the s/ (static) path. | 11 | Implement the s/ (static) path. |
| 12 | 12 | ||
| 13 | build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host. | ||
| 14 | |||
| 15 | ## Wishlist and batshit crazy ideas | 13 | ## Wishlist and batshit crazy ideas |
| 16 | 14 | ||
| 17 | Process the timeline html from a dedicated thread. | 15 | Process the timeline html from a dedicated thread. |
| @@ -149,3 +147,5 @@ Show dates in local time and not UTC (2022-10-06T19:45:53+0200). | |||
| 149 | Embed videos (2022-10-10T08:25:39+0200). | 147 | Embed videos (2022-10-10T08:25:39+0200). |
| 150 | 148 | ||
| 151 | Implement image attachments (2022-10-10T09:04:22+0200). | 149 | Implement image attachments (2022-10-10T09:04:22+0200). |
| 150 | |||
| 151 | build_mentions() should not query the webfinger (and it's disabled by now); process_message() should 'complete' the tag Mentions that don't include a host (2022-10-10T09:45:57+0200). | ||