You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Remove redundant check
This commit is contained in:
@@ -65,7 +65,6 @@ class WidgetEchoStore extends EventEmitter {
|
|||||||
|
|
||||||
roomHasPendingWidgetsOfType(roomId, currentRoomWidgets, type) {
|
roomHasPendingWidgetsOfType(roomId, currentRoomWidgets, type) {
|
||||||
const roomEchoState = Object.assign({}, this._roomWidgetEcho[roomId]);
|
const roomEchoState = Object.assign({}, this._roomWidgetEcho[roomId]);
|
||||||
if (roomEchoState === undefined) return false;
|
|
||||||
|
|
||||||
for (const w of currentRoomWidgets) {
|
for (const w of currentRoomWidgets) {
|
||||||
const widgetId = w.getStateKey();
|
const widgetId = w.getStateKey();
|
||||||
|
|||||||
Reference in New Issue
Block a user