TwitterAPI: Make change_email require body params instead of query

Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503
This commit is contained in:
Haelwenn (lanodan) Monnier 2021-08-10 20:33:00 +02:00
commit 0e2aebd036
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
4 changed files with 39 additions and 39 deletions

View file

@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- MastodonAPI: Stream out Create activities
- MRF ObjectAgePolicy: Fix pattern matching on "published"
- TwitterAPI: Make `change_password` require params on body instead of query
- TwitterAPI: Make `change_password` and `change_email` require params on body instead of query
## 2.4.0 - 2021-08-08