web & server: implement handling for text and html bodies.
This commit is contained in:
@@ -16,6 +16,18 @@ query ShowThreadQuery($threadId: String!) {
|
||||
addr
|
||||
}
|
||||
timestamp
|
||||
body {
|
||||
__typename
|
||||
... on UnhandledContentType {
|
||||
contents
|
||||
}
|
||||
... on PlainText {
|
||||
contents
|
||||
}
|
||||
... on Html {
|
||||
contents
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
tags {
|
||||
|
||||
Reference in New Issue
Block a user