diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-18 17:37:54 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-20 13:18:12 +0300 |
commit | 98a60df41f8a053005a2a413b552a582a879ecaa (patch) | |
tree | 1ef9b7f87e3ecc0e0469842701164b206743f4b7 /CHANGELOG.md | |
parent | 952cb589f47972bba8f9b94b2935a60f05e21bd3 (diff) | |
download | pleroma-98a60df41f8a053005a2a413b552a582a879ecaa.tar.gz pleroma-98a60df41f8a053005a2a413b552a582a879ecaa.zip |
include_types parameter in /api/v1/notifications
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3be2ea08..a27200895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed - **Breaking:** removed `with_move` parameter from notifications timeline. +### Added +- NodeInfo: `pleroma:api/v1/notifications:include_types_filter` to the `features` list. +<details> + <summary>API Changes</summary> +- Mastodon API: Support for `include_types` in `/api/v1/notifications`. +</details> + ## [2.0.0] - 2019-03-08 ### Security - Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request. |