Fix new post read/unread handling

This commit is contained in:
2024-08-31 13:49:03 -07:00
parent a9e6120f81
commit e73f70af8f
5 changed files with 21 additions and 3 deletions

View File

@@ -878,6 +878,22 @@
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "isRead",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,

View File

@@ -2,6 +2,7 @@ query ShowThreadQuery($threadId: String!) {
thread(threadId: $threadId) {
__typename ... on NewsPost{
threadId
isRead
slug
site
title