mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +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) {
|
||||
WidgetUtils.setUserWidget(widgetId, widgetType, widgetUrl, widgetName, widgetData).then(() => {
|
||||
sendResponse(event, {
|
||||
|
|
Loading…
Reference in a new issue