Fix (edited) string on messages.

Fix build issues.
Remove mediasoup from vendor bundle.
This commit is contained in:
Paul
2021-06-23 22:56:44 +01:00
parent 50bd6addb4
commit 64682d453f
5 changed files with 34 additions and 31 deletions

View File

@@ -139,7 +139,11 @@ function MessageRenderer({ id, state, queue }: Props) {
}
render.push(
<Message message={msg.data}
<Message
message={{
...msg.data,
replies: msg.data.replies.map(x => x.id)
}}
key={msg.id}
queued={msg}
head={head}