forked from mystiq/hydrogen-web
remove obsolete comment
This commit is contained in:
parent
d3ea8c747a
commit
5837aed346
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ function isSortedAsUnread(vm) {
|
|||
}
|
||||
|
||||
export class RoomTileViewModel extends ViewModel {
|
||||
// we use callbacks to parent VM instead of emit because
|
||||
// it would be annoying to keep track of subscriptions in
|
||||
// parent for all RoomTileViewModels
|
||||
// emitUpdate is ObservableMap/ObservableList update mechanism
|
||||
constructor(options) {
|
||||
super(options);
|
||||
const {room, emitOpen} = options;
|
||||
|
|
Loading…
Reference in a new issue