web: match email header styling when viewing post

This commit is contained in:
2024-10-13 17:40:20 -07:00
parent 031b8ce80e
commit b75b298a9d
2 changed files with 31 additions and 92 deletions

View File

@@ -424,7 +424,6 @@ impl QueryRoot {
.field("body")
.field("contentTree")
.exists();
// TODO: look at thread_id and conditionally load newsreader
if newsreader::is_newsreader_thread(&thread_id) {
Ok(newsreader::thread(config, pool, thread_id).await?)
} else {