web: match email header styling when viewing post
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user