mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-26 19:51:40 +01:00
Remove unused actions
This commit is contained in:
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…
x
Reference in New Issue
Block a user