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

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