diff options
| author | 2025-11-12 12:51:39 +0100 | |
|---|---|---|
| committer | 2025-11-17 14:15:18 +0100 | |
| commit | a87b70eedc053b17cf2170beee0fad28b1eab448 (patch) | |
| tree | e2c2a375f614df73701634b9849f17326976b78f /internal/gtsmodel/filter.go | |
| parent | [bugfix] update go-mmap to macOS-compatible version (#4550) (diff) | |
| download | gotosocial-a87b70eedc053b17cf2170beee0fad28b1eab448.tar.xz | |
[bugfix] Add Swagger docs for blur filter action (#4551)
- Introduced by #4371
- Fixes #4445
@mkljczk: first off, thanks for adding blur filter support! Second, when updating the client API, please update the Swagger doc comments as well. Let me know if you have questions about the Swagger gunk in the future; I use it to generate the API client for `slurp` so I've touched it a bunch.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4551
Co-authored-by: Vyr Cossont <vyr@noreply.codeberg.org>
Co-committed-by: Vyr Cossont <vyr@noreply.codeberg.org>
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 ) |
