Add "enable RSS" user privacy toggle (resolves #826)
What does this MR do?
Adds a user privacy toggle to enable or disable RSS feeds for the user's profile. Feeds are off by default for new users, on by default for existing users (to preserve any existing feeds), and off by default for remote users. The flag is federated via Person.enableRss, although no other software understands this property. This applies equally to the .rss, .atom, and .json feeds.
Contribution Guidelines
By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this merge request