aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.go b/service/service.go
index 24e3f85..4287509 100644
--- a/service/service.go
+++ b/service/service.go
@@ -1076,7 +1076,7 @@ func (s *service) UnBookmark(c *client, id string) (err error) {
func (svc *service) Filter(c *client, phrase string, wholeWord bool) (err error) {
fctx := []string{"home", "notifications", "public", "thread"}
- return c.AddFilter(c.ctx, phrase, fctx, true, wholeWord, nil)
+ return c.AddFilter(c.ctx, phrase, fctx, false, wholeWord, nil)
}
func (svc *service) UnFilter(c *client, id string) (err error) {