steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

Do not repost the entire body if not needed #269

Open BhuzOr opened 5 years ago

BhuzOr commented 5 years ago

Currently editing the json_metadata of a post actually publish again the entire post.

Setting the newbody variable to something like "@@ -0 +0 @@", seems to work and avoid the entire repost.

This could also be handled by modifying steemd directly with the advantage that this trick would then be "indirectly used" by all steem libs