summaryrefslogtreecommitdiff
path: root/internal/processing/filters/v2
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/filters/v2')
-rw-r--r--internal/processing/filters/v2/update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/filters/v2/update.go b/internal/processing/filters/v2/update.go
index d8297de38..0d443d58e 100644
--- a/internal/processing/filters/v2/update.go
+++ b/internal/processing/filters/v2/update.go
@@ -189,7 +189,7 @@ func applyKeywordChanges(filter *gtsmodel.Filter, formKeywords []apimodel.Filter
FilterID: filter.ID,
Filter: filter,
Keyword: *formKeyword.Keyword,
- WholeWord: util.Ptr(util.PtrValueOr(formKeyword.WholeWord, false)),
+ WholeWord: util.Ptr(util.PtrOrValue(formKeyword.WholeWord, false)),
}
filterKeywordsByID[filterKeyword.ID] = filterKeyword
// Don't need to set columns, as we're using all of them.