steemit / steem-python

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

Fix `construct_identifier` object to not use @ #165

Closed cyon1c closed 6 years ago

cyon1c commented 6 years ago

Currently construct_identifier requires a username_prefix of '@'. This is strictly utilized internally in the library and should be removed. It only creates unnecessary complexity.

Doneness: Refactor all handling of post identifier to not rely on '@' pattern matching.