-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] add instance-expose-public-timeline flag #1039
[feature] add instance-expose-public-timeline flag #1039
Conversation
Adds a config flag that allows unauthenticated access to /api/v1/timelines/public. Defaults to false to replicate existing behaviour.
I keep seeing that phrase but I have no idea what it means :') The pull request is much appreciated! Will review it shortly :) |
Back in the very early days of the internet, people only got access to Usenet discussions when they started university in September, so there was a sudden downtick in etiquette, then people got better behaved. Then AOL gave all its users access to Usenet, and there were people new to the system all the time, and the need for constant moderation began ;) https://en.wikipedia.org/wiki/Eternal_September#History The same thing is happening with ActivityPub/Mastodon now with the exodus from the "other place", and I'm part of that exodus - sorry! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good :) Just the change I recommended in the comment. @NyaaaWhatsUpDoc do you have any thoughts on this PR overall?
Thank you! :) |
Adds a config flag that allows unauthenticated access to
/api/v1/timelines/public
. Defaults to false to replicate existing behaviour.Implements #1031
(Also first ever time writing Go! Sorry for being part of the Eternal September...)