mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Add manage pin spaces
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
4ab2af51a5
commit
e1a67acde1
7 changed files with 242 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue