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 4ab2af51a5
commit e1a67acde1
7 changed files with 242 additions and 2 deletions

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,