From 95af4d58b00b8509d5d2f3ac0020111b231e99c8 Mon Sep 17 00:00:00 2001 From: arcbtc Date: Thu, 13 Feb 2025 22:20:58 +0000 Subject: [PATCH] removed old reactionwebsocket --- static/js/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index 9b3ba89..58fd1b0 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -179,12 +179,6 @@ window.app = Vue.createApp({ // Connecting to our websocket fired in tasks.py this.connectWebocket(this.urlDialog.data.id) - // We can also use this Lnbits core websocket function for getting a payment reaction - const wallet = _.findWhere(this.g.user.wallets, { - id: this.urlDialog.data.wallet - }) - eventReactionWebocket(wallet.inkey) - this.urlDialog.show = true }, async closeformDialog() {