Mastodon API: fix the public timeline returning an error when the reply_visibility parameter is set to self for an unauthenticated user

This commit is contained in:
eugenijm 2020-09-15 13:00:07 +03:00
commit 3ab59a6f3c
3 changed files with 11 additions and 2 deletions

View file

@ -24,6 +24,7 @@ switched to a new configuration mechanism, however it was not officially removed
### Fixed
- Welcome Chat messages preventing user registration with MRF Simple Policy applied to the local instance
- Mastodon API: the public timeline returning an error when the `reply_visibility` parameter is set to `self` for an unauthenticated user
## [2.1.1] - 2020-09-08