summaryrefslogtreecommitdiffstats
path: root/model/search_params.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/search_params.go')
-rw-r--r--model/search_params.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/search_params.go b/model/search_params.go
index 1772c9028..bc604317e 100644
--- a/model/search_params.go
+++ b/model/search_params.go
@@ -165,7 +165,7 @@ func ParseSearchParams(text string) []*SearchParams {
if len(plainTerms) == 0 && len(hashtagTerms) == 0 && (len(inChannels) != 0 || len(fromUsers) != 0) {
paramsList = append(paramsList, &SearchParams{
Terms: "",
- IsHashtag: true,
+ IsHashtag: false,
InChannels: inChannels,
FromUsers: fromUsers,
})