summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-10 09:46:49 +0200
committerGravatar default2022-10-10 09:46:49 +0200
commit8f5b0b2ea2c746287ff8cecd28f147496052d2cf (patch)
treeddb3875dadd14fc4400d7fb3d5701e9bddc3a820
parentbuild_mentions() completes uids without host. (diff)
downloadsnac2-8f5b0b2ea2c746287ff8cecd28f147496052d2cf.tar.gz
snac2-8f5b0b2ea2c746287ff8cecd28f147496052d2cf.tar.xz
snac2-8f5b0b2ea2c746287ff8cecd28f147496052d2cf.zip
Updated TODO.
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 10af751..a10ea4e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,8 +10,6 @@ Add web interface for the list of people being followed.
10 10
11Implement the s/ (static) path. 11Implement the s/ (static) path.
12 12
13build_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
17Process the timeline html from a dedicated thread. 15Process 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).
149Embed videos (2022-10-10T08:25:39+0200). 147Embed videos (2022-10-10T08:25:39+0200).
150 148
151Implement image attachments (2022-10-10T09:04:22+0200). 149Implement image attachments (2022-10-10T09:04:22+0200).
150
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).