added search term ability in InviteUser component
This commit is contained in:
@@ -39,10 +39,11 @@ function openCreateChannel() {
|
||||
});
|
||||
}
|
||||
|
||||
function openInviteUser(roomId) {
|
||||
function openInviteUser(roomId, searchTerm) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_INVITE_USER,
|
||||
roomId,
|
||||
searchTerm,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user