summaryrefslogtreecommitdiff
path: root/internal/filter/mutes/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/filter/mutes/filter.go')
-rw-r--r--internal/filter/mutes/filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/filter/mutes/filter.go b/internal/filter/mutes/filter.go
index 20adc3daf..fc5dd3362 100644
--- a/internal/filter/mutes/filter.go
+++ b/internal/filter/mutes/filter.go
@@ -41,5 +41,5 @@ const noauth = "noauth"
// given statuses or accounts are muted by a requester (user).
type Filter struct{ state *state.State }
-// NewFilter returns a new Filter interface that will use the provided database.
+// NewFilter returns a new Filter interface that will use the provided state.
func NewFilter(state *state.State) *Filter { return &Filter{state: state} }