mirror of https://github.com/vector-im/riot-web
Remove old version
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue