forked from abner/for-legacy-web
Fix (edited) string on messages.
Fix build issues. Remove mediasoup from vendor bundle.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user