chore(*): remove or update obsolete TODOs

This commit is contained in:
oxalica 2024-10-08 23:19:04 -04:00
parent ff7fd9e4b2
commit b8921a5485
6 changed files with 5 additions and 7 deletions

View file

@ -176,7 +176,6 @@ impl fmt::Display for AtomFeed {
r#" <link rel="next" type="application/atom+xml" href="{esc_next_url}"/>"#
)?;
}
// TODO: HTML links.
for msg in msgs {
let content = &msg.msg.signee.payload.rich_text;