mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
lint
This commit is contained in:
parent
5c8eeff08a
commit
069080e7ed
1 changed files with 0 additions and 7 deletions
|
@ -323,13 +323,6 @@ function setWidget(event, roomId) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let content = {
|
|
||||||
type: widgetType,
|
|
||||||
url: widgetUrl,
|
|
||||||
name: widgetName,
|
|
||||||
data: widgetData,
|
|
||||||
};
|
|
||||||
|
|
||||||
if (userWidget) {
|
if (userWidget) {
|
||||||
WidgetUtils.setUserWidget(widgetId, widgetType, widgetUrl, widgetName, widgetData).then(() => {
|
WidgetUtils.setUserWidget(widgetId, widgetType, widgetUrl, widgetName, widgetData).then(() => {
|
||||||
sendResponse(event, {
|
sendResponse(event, {
|
||||||
|
|
Loading…
Reference in a new issue