1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-12 04:57:18 +01:00

not used anymore

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

@ -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() {