Add join with address option (#420, #447)

This commit is contained in:
Ajay Bura 2022-05-03 16:01:50 +05:30
parent 3afc068a02
commit e51fc5a585
8 changed files with 202 additions and 2 deletions

View file

@ -86,6 +86,13 @@ export function openCreateRoom(isSpace = false, parentId = null) {
});
}
export function openJoinAlias(term) {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_JOIN_ALIAS,
term,
});
}
export function openInviteUser(roomId, searchTerm) {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_INVITE_USER,