web: don't show mime type on attachment

This commit is contained in:
2024-04-03 20:28:51 -07:00
parent d8fef54606
commit a24f456136
5 changed files with 96 additions and 290 deletions

View File

@@ -35,9 +35,12 @@ query ShowThreadQuery($threadId: String!) {
}
path
attachments {
id
idx
filename
contentType
contentId
size
}
}
}