Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17368

This commit is contained in:
Michael Telatynski 2021-06-22 22:40:59 +01:00
commit 24b03366a8
24 changed files with 314 additions and 217 deletions

View file

@ -22,7 +22,7 @@ import { EventType } from "matrix-js-sdk/src/@types/event";
import { _t, _td } from "../../../languageHandler";
import { RovingTabIndexProvider } from "../../../accessibility/RovingTabIndex";
import { ResizeNotifier } from "../../../utils/ResizeNotifier";
import ResizeNotifier from "../../../utils/ResizeNotifier";
import RoomListStore, { LISTS_UPDATE_EVENT } from "../../../stores/room-list/RoomListStore";
import RoomViewStore from "../../../stores/RoomViewStore";
import { ITagMap } from "../../../stores/room-list/algorithms/models";