mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
remove obsolete comment
This commit is contained in:
parent
d3ea8c747a
commit
5837aed346
@ -22,10 +22,6 @@ function isSortedAsUnread(vm) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class RoomTileViewModel extends ViewModel {
|
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) {
|
constructor(options) {
|
||||||
super(options);
|
super(options);
|
||||||
const {room, emitOpen} = options;
|
const {room, emitOpen} = options;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user