mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-08-02 19:09:02 +02:00
* Add instance-expose-public-timeline flag Adds a config flag that allows unauthenticated access to /api/v1/timelines/public. Defaults to false to replicate existing behaviour. * Update structure following review * Add comment * Fix linting