mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00

* - format messages on didMount instead of didUpdate. will also prevent bad setSTate loops when message is blank; - convert message.js to functional comp - prevent extra rerenders in messages and chat with shouldComponentUpdate checks * revert chat test * more concise returns;