Fix new post read/unread handling
This commit is contained in:
@@ -2,6 +2,7 @@ query ShowThreadQuery($threadId: String!) {
|
||||
thread(threadId: $threadId) {
|
||||
__typename ... on NewsPost{
|
||||
threadId
|
||||
isRead
|
||||
slug
|
||||
site
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user