web & server: plumb debugging info for content type hierarchy.

Also cleanup Email trait.
This commit is contained in:
2023-11-27 13:47:02 -08:00
parent 87dfe4ace7
commit 48466808d3
4 changed files with 128 additions and 43 deletions

View File

@@ -23,9 +23,11 @@ query ShowThreadQuery($threadId: String!) {
}
... on PlainText {
contents
contentTree
}
... on Html {
contents
contentTree
}
}
path