From e3a9861a8c8eeed0a5c702de150d62eff840be9d Mon Sep 17 00:00:00 2001 From: r Date: Sun, 21 Apr 2024 14:34:44 +0000 Subject: Set irreversible to false for filters --- service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') 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) { -- cgit v1.2.3