Closed tsmethurst closed 2 months ago
If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements. If this is a documentation change, please briefly describe what you've changed and why.
If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements.
If this is a documentation change, please briefly describe what you've changed and why.
This pull request adds a new account setting that determines the visibility of posts that will be included in an account's web view and RSS feeds.
Closes https://github.com/superseriousbusiness/gotosocial/issues/3249 Closes https://github.com/superseriousbusiness/gotosocial/issues/900
Please put an x inside each checkbox to indicate that you've read and followed it: [ ] -> [x]
[ ]
[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
golangci-lint run
Description
This pull request adds a new account setting that determines the visibility of posts that will be included in an account's web view and RSS feeds.
Closes https://github.com/superseriousbusiness/gotosocial/issues/3249 Closes https://github.com/superseriousbusiness/gotosocial/issues/900
Checklist
Please put an x inside each checkbox to indicate that you've read and followed it:
[ ]
->[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
andgolangci-lint run
.