Skip to content

Commit 4abcdd7

Browse files
author
John Tore Simonsen
committed
Add lifecyclehook for RoomSublist
1 parent cdcb106 commit 4abcdd7

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

lib/lifecycles/CustomComponentLifecycle.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export declare enum CustomComponentLifecycle {
2727
SessionManagerTab = "session_manage_tab",
2828
SpacePanel = "space_panel",
2929
UserMenu = "user_menu",
30-
InviteDialog = "invite_dialog"
30+
InviteDialog = "invite_dialog",
31+
RoomSublist = "room_sublist"
3132
}
3233
/**
3334
* Opts object that is populated with a Wrapper.

lib/lifecycles/CustomComponentLifecycle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/lifecycles/CustomComponentLifecycle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lifecycles/CustomComponentLifecycle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export enum CustomComponentLifecycle {
5050
SpacePanel = "space_panel",
5151
UserMenu = "user_menu",
5252
InviteDialog = "invite_dialog",
53+
RoomSublist = "room_sublist"
5354
}
5455

5556
/**

0 commit comments

Comments
 (0)