From d58a94a83d2f280d3169df0f6fdaaa63a93b145a Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 18 Jun 2024 07:10:38 +0100 Subject: [PATCH] Add to TODO --- todo.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index f4b336dd..4de82728 100644 --- a/todo.md +++ b/todo.md @@ -6,7 +6,10 @@ Things I might work on within my personal blog's software. - [ ] Fix val.town donations link ([deprecation notice](https://docs.val.town/api/run/)) - [ ] Now page isn't current -- [ ] Videos in "photos" don't have a thumbnail, and don't work in the list. +- [ ] Micropub Replies look weird in a bunch of places + - [ ] When posted via Echofeed: They include the "in reply to" initial stuff; this is too cumbersome + - [ ] When posted via Echofeed: They should probably be "Quiet public", or ideally posted as replies to a fedi post, if there's one referenced in the source as a syncidcation + - [ ] They get posted on the homepage, when they shouldn't ### Ideas @@ -55,3 +58,4 @@ Things I might work on within my personal blog's software. - [x] Actually serve it up - [x] Record new webmentions on publish - Done via EchoFeed! +- [x] Videos in "photos" don't have a thumbnail, and don't work in the list.