fix: use encodeTLV

This commit is contained in:
Alejandro Gomez
2023-06-24 13:19:11 +02:00
parent 28e8b5fffa
commit d3b18850ad
4 changed files with 6 additions and 52 deletions

View File

@ -52,7 +52,7 @@ export function NewStream({
.tag(["status", "live"]);
});
console.debug(evNew);
//System.BroadcastEvent(evNew);
System.BroadcastEvent(evNew);
onFinish(evNew);
}
}