summaryrefslogtreecommitdiff
path: root/internal/api/model/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/filter.go')
-rw-r--r--internal/api/model/filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/filter.go b/internal/api/model/filter.go
index 519922ba3..2b0b05e5c 100644
--- a/internal/api/model/filter.go
+++ b/internal/api/model/filter.go
@@ -18,7 +18,7 @@
package model
-// Filter represents a user-defined filter for determining which statuses should not be shown to the user. See https://docs.joinmastodon.org/entities/filter/
+// Filter represents a user-defined filter for determining which statuses should not be shown to the user.
// If whole_word is true , client app should do:
// Define ‘word constituent character’ for your app. In the official implementation, it’s [A-Za-z0-9_] in JavaScript, and [[:word:]] in Ruby.
// Ruby uses the POSIX character class (Letter | Mark | Decimal_Number | Connector_Punctuation).