From 19626d25863035c6a006b2986f8271f59635d5f2 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Feb 2026 20:27:37 +0200 Subject: [PATCH] feat: post chat url --- static/embed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }, '*' )