mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove old version
This commit is contained in:
parent
657dcaf989
commit
3528d87f30
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue