gotosocial/internal/typeutils
mkljczk 3efb338ca9 [chore] fix copy-pasted comment (#4402)
# Description

## Checklist

- [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md).
- [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat.
- [x] I/we have not leveraged AI to create the proposed changes.
- [ ] I/we have performed a self-review of added code.
- [ ] I/we have written code that is legible and maintainable by others.
- [ ] I/we have commented the added code, particularly in hard-to-understand areas.
- [ ] I/we have made any necessary changes to documentation.
- [ ] I/we have added tests that cover new code.
- [ ] I/we have run tests and they pass locally with the changes.
- [ ] I/we have run `go fmt ./...` and `golangci-lint run`.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4402
Co-authored-by: mkljczk <git@mkljczk.pl>
Co-committed-by: mkljczk <git@mkljczk.pl>
2025-08-31 11:42:42 +02:00
..
astointernal.go [feature] Use hidesToPublicFromUnauthedWeb and hidesCcPublicFromUnauthedWeb properties for web visibility of statuses (#4315) 2025-07-09 16:50:25 +02:00
astointernal_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
converter.go [chore] move status filtering from type converter (#4306) 2025-07-04 15:30:39 +02:00
converter_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
csv.go [bugfix] process account delete synchronously to prevent OOM (#4260) 2025-06-11 11:38:10 +02:00
defaulticons.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
frontendtointernal.go [feature] support blur filter action (#4371) 2025-08-13 13:23:42 +02:00
internal.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
internaltoas.go [performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and buildPath_() functions (#4374) 2025-08-14 14:09:06 +02:00
internaltoas_test.go [performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and buildPath_() functions (#4374) 2025-08-14 14:09:06 +02:00
internaltofrontend.go [chore] fix copy-pasted comment (#4402) 2025-08-31 11:42:42 +02:00
internaltofrontend_test.go [feature] Add avif file support (#4331) 2025-07-17 13:20:01 +02:00
internaltorss.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
internaltorss_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
util.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
util_test.go [performance] add statusfilter cache to cache calculated status filtering results (#4303) 2025-07-01 16:00:04 +02:00
wrap.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
wrap_test.go [performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and buildPath_() functions (#4374) 2025-08-14 14:09:06 +02:00