web: show message-ID when viewing thread

This commit is contained in:
2023-12-02 16:35:37 -08:00
parent ac5660a6d0
commit 071fe2e206
3 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ query ShowThreadQuery($threadId: String!) {
thread(threadId: $threadId) {
subject
messages {
id
subject
from {
name