some cleanup

This commit is contained in:
Believethehype
2024-02-02 11:23:58 +01:00
parent 9351e32c0f
commit efc89c01cb
6 changed files with 60 additions and 47 deletions

View File

@@ -203,8 +203,8 @@ async function listen() {
for (let tag in event.tags) {
if (event.tags[tag].asVec()[0] === "e") {
console.log("SEARCH ETAG: " + event.tags[tag].asVec()[1])
console.log("SEARCH LISTEN TO : " + store.state.requestidSearch)
//console.log("SEARCH ETAG: " + event.tags[tag].asVec()[1])
// console.log("SEARCH LISTEN TO : " + store.state.requestidSearch)
if (event.tags[tag].asVec()[1] === store.state.requestidSearch) {
resonsetorequest = true
}