mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 01:00:28 +03:00
Add option to create muliple pin spaces shortcut
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
9ffc4eaa40
commit
4ab2af51a5
2 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import appDispatcher from '../dispatcher';
|
||||
import cons from '../state/cons';
|
||||
|
||||
/**
|
||||
* @param {string | string[]} roomId - room id or array of them to add into shortcuts
|
||||
*/
|
||||
export function createSpaceShortcut(roomId) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.accountData.CREATE_SPACE_SHORTCUT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue