mirror of https://github.com/vector-im/riot-web
Add instance_id to initial state
parent
fc597ba86e
commit
98cad8779c
|
@ -53,6 +53,7 @@ module.exports = React.createClass({
|
||||||
publicRooms: [],
|
publicRooms: [],
|
||||||
loading: true,
|
loading: true,
|
||||||
network: null,
|
network: null,
|
||||||
|
instance_id: null,
|
||||||
roomServer: null,
|
roomServer: null,
|
||||||
filterString: null,
|
filterString: null,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue