diff --git a/src/components/structures/RoomDirectory.js b/src/components/structures/RoomDirectory.js index e7d68c39f6..209babbc36 100644 --- a/src/components/structures/RoomDirectory.js +++ b/src/components/structures/RoomDirectory.js @@ -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 =