summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index a10ea4e..9c05574 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,8 +12,6 @@ Implement the s/ (static) path.
12 12
13## Wishlist and batshit crazy ideas 13## Wishlist and batshit crazy ideas
14 14
15Process the timeline html from a dedicated thread.
16
17The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever. 15The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever.
18 16
19Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). 17Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data).
@@ -149,3 +147,5 @@ Embed videos (2022-10-10T08:25:39+0200).
149Implement image attachments (2022-10-10T09:04:22+0200). 147Implement image attachments (2022-10-10T09:04:22+0200).
150 148
151build_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). 149build_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).
150
151Process the timeline html from a dedicated thread (2022-10-10T20:08:35+0200).