mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -04:00
swarm disclaimer and tracker chooser for frontend
This commit is contained in:
parent
0b2647554e
commit
0550cf828b
5 changed files with 148 additions and 35 deletions
|
@ -34,6 +34,7 @@ let ids: string[] = ["dummy"];
|
|||
|
||||
reff.on("value", snapshot => {
|
||||
let val = snapshot.val();
|
||||
console.log(val);
|
||||
if (!val) return;
|
||||
|
||||
if (Object.keys(val) == ids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue