Add support for account_id param to filter notifications by the account

This commit is contained in:
Egor Kislitsyn 2019-12-17 17:00:46 +07:00
commit 6c39fa20b1
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 34 additions and 1 deletions

View file

@ -86,6 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: `/api/v1/update_credentials` accepts `actor_type` field.
- Captcha: Support native provider
- Captcha: Enable by default
- Mastodon API: Add support for `account_id` param to filter notifications by the account
</details>
### Fixed