Merge branch 'fix-searching-following' into 'develop'

search: fix 'following' query parameter

See merge request pleroma/pleroma!2943
This commit is contained in:
rinpatch 2020-09-02 06:55:58 +00:00
commit 84acfab156
3 changed files with 18 additions and 13 deletions

View file

@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## unreleased-patch - ???
### Fixed
- Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers
## [2.1.0] - 2020-08-28
### Changed