webrtc works in dev, add some missing list keys
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user