This commit is contained in:
Sean Yesmunt 2020-07-08 16:15:55 -04:00
parent 273441f379
commit cec1e288f9

View file

@ -168,7 +168,7 @@ async function getHtml(ctx) {
const embedPath = `/$/${PAGES.EMBED}/`;
if (requestPath.includes(invitePath)) {
const inviteChannel = path.slice(invitePath.length).replace(/:/g, '#');
const inviteChannel = requestPath.slice(invitePath.length).replace(/:/g, '#');
const inviteChannelUrl = `lbry://${inviteChannel}`;
try {