mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 01:21:29 +03:00
8cbddfcf28
Don't use replaceState in MatrixClient: there's lots of stuff in MatrixClient's state now (including the app version) so replacing the entire state doesn't really make sense (and also blows away all of the nice defaults we set in getInitialState). Instead, setState of the things we actually care about wherever we used replaceState. Also add a couple of state variables to getInitialState that were missing. Fixes https://github.com/vector-im/vector-web/issues/2322 |
||
---|---|---|
.. | ||
login | ||
ContextualMenu.js | ||
CreateRoom.js | ||
FilePanel.js | ||
MatrixChat.js | ||
MessagePanel.js | ||
NotificationPanel.js | ||
RoomStatusBar.js | ||
RoomView.js | ||
ScrollPanel.js | ||
TimelinePanel.js | ||
UploadBar.js | ||
UserSettings.js |