From 7a79bb7e8674137d0c5700b672ecd53d669b781e Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Wed, 5 Oct 2022 16:57:43 +0300 Subject: [PATCH] signaling-test --- src/components/Editor/prosemirror/index.tsx | 10 +--------- src/utils/p2p.ts | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/Editor/prosemirror/index.tsx b/src/components/Editor/prosemirror/index.tsx index 5f76d364..9cb7b6b4 100644 --- a/src/components/Editor/prosemirror/index.tsx +++ b/src/components/Editor/prosemirror/index.tsx @@ -107,13 +107,5 @@ export const ProseMirror = (props: Props) => { [props.text, props.extensions] ) - return ( -
- ) + return
} diff --git a/src/utils/p2p.ts b/src/utils/p2p.ts index 18eafecf..ebad5938 100644 --- a/src/utils/p2p.ts +++ b/src/utils/p2p.ts @@ -16,7 +16,7 @@ export const roomConnect = ( filterBcConns: true, maxConns: 33, signaling: [ - // 'wss://signaling.discours.io', + 'wss://signaling.discours.io', // 'wss://stun.l.google.com:19302', 'wss://y-webrtc-signaling-eu.herokuapp.com', 'wss://signaling.yjs.dev'