Update / remove stickerpacks

This commit is contained in:
Richard Lewis
2018-02-07 09:23:00 +00:00
parent e508f06765
commit 393236ba34
3 changed files with 43 additions and 8 deletions
+2
View File
@@ -362,6 +362,8 @@ function setWidget(event, roomId) {
sendResponse(event, {
success: true,
});
dis.dispatch({ action: "user_widget_updated" });
} else { // Room widget
if (!roomId) {
sendError(event, _t('Missing roomId.'), null);