Add manage pin spaces

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2022-03-06 17:52:04 +05:30
parent f24a6bac3e
commit f53af48fb2
7 changed files with 242 additions and 2 deletions
+6
View File
@@ -52,6 +52,12 @@ export function toggleRoomSettings(tabText) {
});
}
export function openShortcutSpaces() {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_SHORTCUT_SPACES,
});
}
export function openInviteList() {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_INVITE_LIST,