mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 07:21:22 +02:00
Remove old version
This commit is contained in:
parent
657dcaf989
commit
3528d87f30
@ -151,12 +151,6 @@ export default class WidgetStore extends AsyncStoreWithClient<IState> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if (
|
|
||||||
oldWidgetIds.includes(ActiveWidgetStore.getPersistentWidgetId()) &&
|
|
||||||
!roomInfo.widgets.map(w => w.id).includes(ActiveWidgetStore.getPersistentWidgetId())) {
|
|
||||||
ActiveWidgetStore.destroyPersistentWidget(ActiveWidgetStore.getPersistentWidgetId());
|
|
||||||
}*/
|
|
||||||
|
|
||||||
this.emit(room.roomId);
|
this.emit(room.roomId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user