diff --git a/static/embed.js b/static/embed.js index 6bdb540..333f581 100644 --- a/static/embed.js +++ b/static/embed.js @@ -65,7 +65,8 @@ window.PageChatEmbed = { window.parent.postMessage( { source: 'lnbits-chat-embed', - open: !this.isMinimized + open: !this.isMinimized, + url: window.location.href }, '*' )