Enable new room list store forever

This commit is contained in:
Travis Ralston 2020-07-17 15:14:58 -06:00
parent 2b15ba21dd
commit 1cce6e2e32
2 changed files with 4 additions and 18 deletions

View file

@ -18,7 +18,6 @@ import { MatrixClient } from "matrix-js-sdk/src/client";
import { AsyncStore } from "./AsyncStore";
import { ActionPayload } from "../dispatcher/payloads";
export abstract class AsyncStoreWithClient<T extends Object> extends AsyncStore<T> {
protected matrixClient: MatrixClient;