mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
oops
This commit is contained in:
parent
499783d697
commit
d8770b2b41
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue