not used anymore

This commit is contained in:
Bruno Windels 2021-04-21 15:33:45 +02:00
parent 9c19fa5c63
commit a91a584201

View file

@ -86,12 +86,6 @@ export class RoomViewModel extends ViewModel {
}
}
// called from view to close room
// parent vm will dispose this vm
close() {
this._closeCallback();
}
// room doesn't tell us yet which fields changed,
// so emit all fields originating from summary
_onRoomChange() {