Return promise
This commit is contained in:
parent
9a3f3562e1
commit
93804e80b8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function removeStickerpickerWidgets() {
|
||||||
delete userWidgets[key];
|
delete userWidgets[key];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
client.setAccountData('m.widgets', userWidgets);
|
return client.setAccountData('m.widgets', userWidgets);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue