mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
Merge pull request #1007 from esteemapp/bugfix/comment-edit
Fixed comment editing issue
This commit is contained in:
commit
4909c81a8b
@ -419,6 +419,7 @@ class EditorContainer extends Component {
|
|||||||
parent_permlink: parentPermlink,
|
parent_permlink: parentPermlink,
|
||||||
permlink,
|
permlink,
|
||||||
json_metadata: jsonMetadata,
|
json_metadata: jsonMetadata,
|
||||||
|
parent_author: parentAuthor,
|
||||||
} = post;
|
} = post;
|
||||||
|
|
||||||
let newBody = body;
|
let newBody = body;
|
||||||
@ -442,7 +443,7 @@ class EditorContainer extends Component {
|
|||||||
await postContent(
|
await postContent(
|
||||||
currentAccount,
|
currentAccount,
|
||||||
pinCode,
|
pinCode,
|
||||||
'',
|
parentAuthor,
|
||||||
parentPermlink,
|
parentPermlink,
|
||||||
permlink,
|
permlink,
|
||||||
title,
|
title,
|
||||||
|
Loading…
Reference in New Issue
Block a user