From adcdb28b6f9ca3e21681f3503538df86ae949d1d Mon Sep 17 00:00:00 2001 From: default Date: Sun, 21 May 2023 20:36:13 +0200 Subject: [PATCH] Updated TODO. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index a518fe3..198df63 100644 --- a/TODO.md +++ b/TODO.md @@ -24,8 +24,6 @@ The 'history' pages are just monthly HTML snapshots of the local timeline. This Implement bulleted lists. Mastodon is crap and won't show them, but other implementations (Friendica, Pleroma) will do. -Add (back) the possibility to attach an image by URL. - With this new disk layout, hidden posts (and their children) can be directly skipped when rendering the HTML timeline (are there any other implications?). User request: "will it be possible to click on a link and instead of opening the original instance, we'll be able only to see a list of the posts of this person here in comam?. Something like Mastodon does." @@ -243,3 +241,5 @@ Mastodon API: implement 'unfavourite' (2023-05-19T21:25:24+0200). Mastodon API: implement 'unreblog' (unboost) (2023-05-19T21:25:24+0200). Do something with @mentions without host; complete with followed people, or with local users. Or just do nothing. I'm not sure (2023-05-21T20:19:15+0200). + +Add (back) the possibility to attach an image by URL (2023-05-21T20:35:39+0200).