MastoAPI Streaming: Keep compatibility with access_token

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-07-06 20:26:08 +02:00
commit e174614eb9
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
2 changed files with 15 additions and 5 deletions

View file

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Support for the [`tagged` filter](https://github.com/tootsuite/mastodon/pull/9755) in [`GET /api/v1/accounts/:id/statuses`](https://docs.joinmastodon.org/api/rest/accounts/#get-api-v1-accounts-id-statuses)
- Admin API: Return users' tags when querying reports
- Admin API: Return avatar and display name when querying users
- Mastodon API, streaming: Add support for passing the token in the `Sec-WebSocket-Protocol` header
### Fixed
- Not being able to pin unlisted posts