added search term ability in PublicChannels component
This commit is contained in:
@@ -27,9 +27,10 @@ function openInviteList() {
|
||||
});
|
||||
}
|
||||
|
||||
function openPublicChannels() {
|
||||
function openPublicChannels(searchTerm) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_PUBLIC_CHANNELS,
|
||||
searchTerm,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user