notifier-fixes
Some checks failed
Deploy on push / deploy (push) Failing after 18s

This commit is contained in:
2024-03-04 13:43:02 +03:00
parent 88ca5a1362
commit abfe9f6e0e
2 changed files with 87 additions and 74 deletions

View File

@@ -193,11 +193,11 @@ type NotificationSeenResult {
}
type NotificationGroup {
id: Int!
authors: [Author]
updated_at: Int!
thread: String!
entity: String!
action: String
action: String!
updated_at: Int!
authors: [Author]
shout: Shout
reactions: [Reaction]
seen: Boolean