web: add per-message unread control and display
This commit is contained in:
3
web/graphql/mark_read.graphql
Normal file
3
web/graphql/mark_read.graphql
Normal file
@@ -0,0 +1,3 @@
|
||||
mutation MarkReadMutation($query: String!, $unread: Boolean!) {
|
||||
setReadStatus(query:$query, unread:$unread)
|
||||
}
|
||||
Reference in New Issue
Block a user