summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/search_channel_provider.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/suggestion/search_channel_provider.jsx')
-rw-r--r--webapp/components/suggestion/search_channel_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/suggestion/search_channel_provider.jsx b/webapp/components/suggestion/search_channel_provider.jsx
index 3e0015778..650ec6973 100644
--- a/webapp/components/suggestion/search_channel_provider.jsx
+++ b/webapp/components/suggestion/search_channel_provider.jsx
@@ -40,7 +40,7 @@ export default class SearchChannelProvider extends Provider {
if (captured) {
const channelPrefix = captured[1];
- this.startNewRequest(channelPrefix);
+ this.startNewRequest(suggestionId, channelPrefix);
autocompleteChannels(
channelPrefix,