mirror of https://github.com/vector-im/riot-web
Remove unused actions
parent
8a7bebc6bf
commit
1983591cbf
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue