You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Fix syntax error
This commit is contained in:
@ -126,7 +126,7 @@ module.exports = React.createClass({
|
|||||||
// ...XXX: or do we? can't we just do them onNewRoom?
|
// ...XXX: or do we? can't we just do them onNewRoom?
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
console.error("Failed to peek into room: %s", err);
|
console.error("Failed to peek into room: %s", err);
|
||||||
}).finally((() => {
|
}).finally(() => {
|
||||||
this.setState({
|
this.setState({
|
||||||
autoPeekDone: true
|
autoPeekDone: true
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user