mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add instance_id to initial state
This commit is contained in:
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
Block a user