From 26c70bcee88f0e036c55339abded3d921397105c Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 1 Aug 2017 22:44:53 +0700 Subject: [PATCH] Provide a valid comment status in optimistic response --- client/coral-embed-stream/src/graphql/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/graphql/index.js b/client/coral-embed-stream/src/graphql/index.js index 79d13ecac..a16af23e7 100644 --- a/client/coral-embed-stream/src/graphql/index.js +++ b/client/coral-embed-stream/src/graphql/index.js @@ -162,7 +162,7 @@ const extension = { }, __typename: 'TagLink' })), - status: null, + status: 'NONE', replyCount: 0, parent: parent_id ? {id: parent_id}