mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 01:08:21 +08:00
Merge pull request #825 from coralproject/provide-valid-optimistic-status
Provide a valid comment status in optimistic response
This commit is contained in:
@@ -162,7 +162,7 @@ const extension = {
|
||||
},
|
||||
__typename: 'TagLink'
|
||||
})),
|
||||
status: null,
|
||||
status: 'NONE',
|
||||
replyCount: 0,
|
||||
parent: parent_id
|
||||
? {id: parent_id}
|
||||
|
||||
Reference in New Issue
Block a user