Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Richard van der Hoff
c04db7ece4 test 2017-07-05 14:57:20 +01:00

View file

@ -70,6 +70,7 @@ module.exports = React.createClass({
this.setState({protocolsLoading: true});
MatrixClientPeg.get().getThirdpartyProtocols().done((response) => {
console.log('got 3p networks: '+response);
this.protocols = response;
this.setState({protocolsLoading: false});
}, (err) => {
@ -498,6 +499,9 @@ module.exports = React.createClass({
);
}
console.log('renderiong with 3p networks: '+ this.protocols);
let content;
if (this.state.loading) {
content = <div className="mx_RoomDirectory">