You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you edit the math in a message, it rerenders correctly on your own screen. On the other user's screen, however, the rendered math stays the same even though the slack message gets marked as (edited).
To reproduce:
Send some math (e.g., $e = mc^2$)
Edit the message and modify the math (e.g., $e = mc^3$)
The message will be tagged as (edited) and the new math should appear on your screen, but not on recipient's
If the recipient restarts Slack, the edited message does get rerendered correctly.
The text was updated successfully, but these errors were encountered:
When you edit the math in a message, it rerenders correctly on your own screen. On the other user's screen, however, the rendered math stays the same even though the slack message gets marked as
(edited)
.To reproduce:
$e = mc^2$
)$e = mc^3$
)(edited)
and the new math should appear on your screen, but not on recipient'sIf the recipient restarts Slack, the edited message does get rerendered correctly.
The text was updated successfully, but these errors were encountered: