From b2e6f4f0cff35302973283ae48f24b4b0c4435e7 Mon Sep 17 00:00:00 2001 From: benarc Date: Fri, 31 May 2024 17:01:35 +0100 Subject: [PATCH] Added description for the websocket on the shareable page --- templates/myextension/myextension.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/myextension/myextension.html b/templates/myextension/myextension.html index 4dd3135..704c93b 100644 --- a/templates/myextension/myextension.html +++ b/templates/myextension/myextension.html @@ -26,11 +26,11 @@
Public page

- Moat extensions have a public page that can be shared + Most extensions have a public page that can be shared (this page will still be accessible even if you have restricted access to your LNbits install).

- In this example when a user pays the LNURLpay it triggers an event via a websocket waiting for the payment. + In this example when a user pays the LNURLpay it triggers an event via a websocket waiting for the payment, which you can subscribe to somewhere using wss://{your-lnbits}/api/v1/ws/{the-id-of-this-record}

.