David Baker 8cbddfcf28 Fix version going blank after logging in
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
2016-09-29 17:23:07 +01:00
..
2016-09-19 13:26:59 +01:00
2016-09-13 12:18:22 +01:00
2016-09-11 02:14:27 +01:00
2016-09-11 02:14:27 +01:00
2016-04-14 19:11:20 +01:00
2016-09-17 14:29:40 +01:00