webrtc works in dev, add some missing list keys

This commit is contained in:
Martti Malmi
2023-12-21 22:05:00 +02:00
parent e10a11b707
commit 1639937d8c
8 changed files with 18 additions and 13 deletions

View File

@ -10,6 +10,7 @@ export async function sendEventToRelays(
) {
getWebRtcPool()?.send(ev);
if (customRelays) {
system.HandleEvent({...ev, relays: []});
return removeUndefined(
await Promise.all(
customRelays.map(async r => {