diff --git a/app/helpers/fetch-metadata.js b/app/helpers/fetch-metadata.js index 26a8564..0eb6348 100644 --- a/app/helpers/fetch-metadata.js +++ b/app/helpers/fetch-metadata.js @@ -63,7 +63,7 @@ module.exports = exports = (data, socket) => { body.description = dataDetails.description; body.language = dataDetails.language; body.license = dataDetails.license; - body.name = dataDetails.name + randomString(10); // underscores are not allowed? + body.name = dataDetails.name + "-" + randomString(10); // underscores are not allowed? body.nsfw = dataDetails.nsfw; body.title = dataDetails.title; @@ -117,9 +117,9 @@ module.exports = exports = (data, socket) => { publishResponse.result.claim_address ) explorerNotice = `
- To see Proof of Work (lol) that your meme is on the LBRY blockchain, check it out on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
+ Nicely done, you've published to lbry://${publishResponse.result.lbrytech_claim_name}! To see Proof of Work (lol) that your meme is on the LBRY blockchain, check it out on our blockchain explorer! Please note that it may take a couple minutes for the transaction to be confirmed.
- You can also check out your meme on LBRY or Spee.ch!
+ You can also check out your meme (once the transaction is confirmed) on LBRY or Spee.ch!