Type view_room_delta as ViewRoomDelta
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6042e015e0
commit
2da1320d99
3 changed files with 40 additions and 2 deletions
|
@ -79,4 +79,9 @@ export enum Action {
|
|||
* Sets a system font. Should be used with UpdateSystemFontPayload
|
||||
*/
|
||||
UpdateSystemFont = "update_system_font",
|
||||
|
||||
/**
|
||||
* Changes room based on room list order and payload parameters. Should be used with ViewRoomDeltaPayload.
|
||||
*/
|
||||
ViewRoomDelta = "view_room_delta",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue