web: truncate raw messages and prep for attachments

This commit is contained in:
2023-12-03 09:03:36 -08:00
parent be8fd59703
commit 488c3b86f8
3 changed files with 191 additions and 7 deletions

View File

@@ -32,6 +32,11 @@ query ShowThreadQuery($threadId: String!) {
}
}
path
attachments {
filename
contentType
contentId
}
}
}
tags {