removed old reactionwebsocket
This commit is contained in:
parent
532cd08698
commit
95af4d58b0
1 changed files with 0 additions and 6 deletions
|
|
@ -179,12 +179,6 @@ window.app = Vue.createApp({
|
||||||
// Connecting to our websocket fired in tasks.py
|
// Connecting to our websocket fired in tasks.py
|
||||||
this.connectWebocket(this.urlDialog.data.id)
|
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
|
this.urlDialog.show = true
|
||||||
},
|
},
|
||||||
async closeformDialog() {
|
async closeformDialog() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue