remove stale comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-21 17:57:08 +01:00
parent 6f34c36537
commit 7faf94cd8d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ type Listener = (isActive: boolean) => void;
*/
export class ActiveRoomObserver {
private listeners: {[key: string]: Listener[]} = {};
private _activeRoomId = RoomViewStore.getRoomId(); // TODO
private _activeRoomId = RoomViewStore.getRoomId();
private readonly roomStoreToken: string;
constructor() {