issues
search
lbryio
/
spee.ch
An image hosting service on top of the LBRY protocol.
https://spee.ch
MIT License
186
stars
77
forks
source link
bugfixes around display of permanentURIs
#814
Closed
jessopb
closed
5 years ago
jessopb
commented
5 years ago
previous behavior:
AssetInfo PermanentURLs for anonymous publishes was broken.
Edit claim message "Editing lbry:// had a malformed url.
new behavior:
buildURI has been renamed to createPermanentURI to be consistent with lbrynet output.
buildURI has been modified to return proper strings for permanent URIs for both anonymous and channeled claims.
PublishTools message "editing lbry://abcd" now displays a link text that actually works.
AssetInfo displays and uses proper permanent URIs for both anonymous and channeled claims.
@clientutils alias was added to remove confusion about ../../../../../../utils.
previous behavior:
new behavior: