mirror of https://github.com/vector-im/riot-web
remove stale comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
6f34c36537
commit
7faf94cd8d
|
@ -29,7 +29,7 @@ type Listener = (isActive: boolean) => void;
|
||||||
*/
|
*/
|
||||||
export class ActiveRoomObserver {
|
export class ActiveRoomObserver {
|
||||||
private listeners: {[key: string]: Listener[]} = {};
|
private listeners: {[key: string]: Listener[]} = {};
|
||||||
private _activeRoomId = RoomViewStore.getRoomId(); // TODO
|
private _activeRoomId = RoomViewStore.getRoomId();
|
||||||
private readonly roomStoreToken: string;
|
private readonly roomStoreToken: string;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Reference in New Issue