diff options
Diffstat (limited to 'internal/gtsmodel/filter.go')
| -rw-r--r-- | internal/gtsmodel/filter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtsmodel/filter.go b/internal/gtsmodel/filter.go index 522456b39..8f1a45004 100644 --- a/internal/gtsmodel/filter.go +++ b/internal/gtsmodel/filter.go @@ -206,7 +206,7 @@ const ( // be removed from timeline results entirely. FilterActionHide FilterAction = 2 - // FilterActionWarn means that the status should + // FilterActionBlur means that the status should // be shown with its media attachments hidden/blurred. FilterActionBlur FilterAction = 3 ) |
