mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
PR feedback
This commit is contained in:
parent
0a6450507e
commit
4a39297e65
1 changed files with 2 additions and 3 deletions
|
@ -284,11 +284,10 @@ export default class WidgetUtils {
|
||||||
throw new Error('User not logged in');
|
throw new Error('User not logged in');
|
||||||
}
|
}
|
||||||
const userWidgets = client.getAccountData('m.widgets');
|
const userWidgets = client.getAccountData('m.widgets');
|
||||||
let userWidgetContent = {};
|
|
||||||
if (userWidgets && userWidgets.getContent()) {
|
if (userWidgets && userWidgets.getContent()) {
|
||||||
userWidgetContent = userWidgets.getContent();
|
return userWidgets.getContent();
|
||||||
}
|
}
|
||||||
return userWidgetContent;
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue