Merge branch 'develop' into luke/fix-rte-autocomplete-truncate
This commit is contained in:
commit
65a160f24a
5 changed files with 53 additions and 16 deletions
|
@ -73,6 +73,7 @@ module.exports = React.createClass({
|
|||
this.protocols = response;
|
||||
this.setState({protocolsLoading: false});
|
||||
}, (err) => {
|
||||
console.warn(`error loading thirdparty protocols: ${err}`);
|
||||
this.setState({protocolsLoading: false});
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
// Guests currently aren't allowed to use this API, so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue