You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
typos
This commit is contained in:
@@ -413,14 +413,14 @@ module.exports = React.createClass({
|
|||||||
var roomStatePreviewUrls = room.currentState.getStateEvents('org.matrix.room.preview_urls', '');
|
var roomStatePreviewUrls = room.currentState.getStateEvents('org.matrix.room.preview_urls', '');
|
||||||
if (roomStatePreviewUrls && roomStatePreviewUrls.disabled) {
|
if (roomStatePreviewUrls && roomStatePreviewUrls.disabled) {
|
||||||
this.setState({
|
this.setState({
|
||||||
showUrlPreview: false;
|
showUrlPreview: false
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// otherwise, we assume they're on.
|
// otherwise, we assume they're on.
|
||||||
this.setState({
|
this.setState({
|
||||||
showUrlPreview: true;
|
showUrlPreview: true
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user