Early handling of dispatched events

A possible approach to handling the various triggers for recategorizing rooms.
This commit is contained in:
Travis Ralston 2020-05-04 09:06:34 -06:00
parent 09b7f39df8
commit 5dda7f02cf
6 changed files with 75 additions and 37 deletions

View file

@ -28,7 +28,6 @@ import { Dispatcher } from "flux";
import { ActionPayload } from "../../../dispatcher-types";
import dis from "../../../dispatcher";
import { RoomSublist2 } from "./RoomSublist2";
import { isNullOrUndefined } from "matrix-js-sdk/lib/src/utils";
interface IProps {
onKeyDown: (ev: React.KeyboardEvent) => void;