mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-22 08:24:25 +01:00
fixes for noogle and new sdk
This commit is contained in:
@@ -63,8 +63,11 @@ let sortedIds = eventids.sort(function(a,b) {return (a.index > b.index) ? 1 : ((
|
||||
catch{}
|
||||
}
|
||||
|
||||
let r = store.state.relays.join(",")
|
||||
tags.push(["relays", r])
|
||||
let r = ["relays"]
|
||||
for (let relay of store.state.relays){
|
||||
r.push(relay)
|
||||
}
|
||||
tags.push(r)
|
||||
|
||||
|
||||
let res;
|
||||
|
||||
Reference in New Issue
Block a user