Remove unused actions

pull/21833/head
Jorik Schellekens 2020-07-10 02:22:34 +01:00
parent 8a7bebc6bf
commit 1983591cbf
2 changed files with 0 additions and 11 deletions

View File

@ -47,7 +47,6 @@ import { Direction } from "re-resizable/lib/resizer";
import { polyfillTouchEvent } from "../../../@types/polyfill";
import { RoomNotificationStateStore } from "../../../stores/notifications/RoomNotificationStateStore";
import RoomListLayoutStore from "../../../stores/room-list/RoomListLayoutStore";
import { Action } from "../../../dispatcher/actions";
// TODO: Remove banner on launch: https://github.com/vector-im/riot-web/issues/14231
// TODO: Rename on launch: https://github.com/vector-im/riot-web/issues/14231

View File

@ -84,14 +84,4 @@ export enum Action {
* Changes room based on room list order and payload parameters. Should be used with ViewRoomDeltaPayload.
*/
ViewRoomDelta = "view_room_delta",
/**
* Informs the room list when room filtering has begun. No additional payload information required.
*/
StartRoomFilter = "start_room_filter",
/**
* Informs the room list when room filtering has ended. No additional payload information required.
*/
StopRoomFilter = "stop_room_filter",
}