mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-01 19:41:15 +01:00
and also things like the unsent message error and encryption warning. Stuff that we need to do at room view mount time had got moved into a clause of the if statement in onHaveRoom and so wasn't being executed. Fixes https://github.com/vector-im/riot-web/issues/4327