livestream extension.

(except docs)
This commit is contained in:
fiatjaf
2021-04-11 00:44:55 -03:00
parent 10671e5732
commit 76199c66a1
16 changed files with 1086 additions and 4 deletions
+3
View File
@@ -211,6 +211,9 @@ new Vue({
}
},
methods: {
paymentTableRowKey: function (row) {
return row.payment_hash + row.amount
},
closeCamera: function () {
this.parse.camera.show = false
},