mirror of https://github.com/vector-im/riot-web
oops
parent
499783d697
commit
d8770b2b41
|
@ -226,7 +226,7 @@ module.exports = React.createClass({
|
||||||
// url preview settings
|
// url preview settings
|
||||||
var ps = this.saveUrlPreviewSettings();
|
var ps = this.saveUrlPreviewSettings();
|
||||||
if (ps.length > 0) {
|
if (ps.length > 0) {
|
||||||
promises.push();
|
promises.push(ps);
|
||||||
}
|
}
|
||||||
|
|
||||||
// encryption
|
// encryption
|
||||||
|
|
Loading…
Reference in New Issue