From 8677e2f40c6b94b0e19d2594e25e0b748a280971 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Thu, 1 Aug 2019 17:40:16 +0300 Subject: [PATCH] Fixed comment editing issue --- src/screens/editor/container/editorContainer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/editor/container/editorContainer.js b/src/screens/editor/container/editorContainer.js index 9a0fd4714..b21cd52e4 100644 --- a/src/screens/editor/container/editorContainer.js +++ b/src/screens/editor/container/editorContainer.js @@ -419,6 +419,7 @@ class EditorContainer extends Component { parent_permlink: parentPermlink, permlink, json_metadata: jsonMetadata, + parent_author: parentAuthor, } = post; let newBody = body; @@ -442,7 +443,7 @@ class EditorContainer extends Component { await postContent( currentAccount, pinCode, - '', + parentAuthor, parentPermlink, permlink, title,