1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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

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);