Summary
A specific post in a direct chat caused the direct chat channel to be unusable until the post was deleted in the database.
Steps to reproduce
Using mattermost 4.7.2.
Post the following to a channel:
this:
```latex
\begin{eqnarray*}
\Delta\sigma_{R} = \sigma_T - \sigma_I)
\end{eqnarray*}
```
Expected behavior
Channel does not break
Observed behavior
All users in that channel saw a blank screen every time they navigated to the channel (whether using the browser or a desktop client). They had to re-open the client/browser to navigate to another channel.
After deleting this post, normal behaviour returned.