Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
- Fixes editing posts created with a derived key
  • Loading branch information
iPaulPro committed Jan 17, 2022
1 parent 9fcd1f5 commit 1c1dc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ const onPostButtonClick = (postButton) => {
const image = post['ImageURLs']
const video = post['VideoURLs']
const extraData = post['PostExtraData']
if (extraData['DerivedPublicKey']) delete extraData['DerivedPublicKey']
const repostedPostHashHex = post['RepostedPostEntryResponse'] ? post['RepostedPostEntryResponse']['PostHashHex'] : ''
const parentStakeID = post['ParentStakeID']
return submitPost(pubKey, postBody, image, video, null, extraData, postHashHexToModify, repostedPostHashHex, parentStakeID)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BitClout Plus",
"description": "BitClout on steroids",
"version": "0.10.0",
"version": "0.10.1",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "default-src 'self'; frame-ancestors 'none';"
Expand Down

0 comments on commit 1c1dc55

Please sign in to comment.