diff options
author | Ivan Tashkinov <ivantbusiness@gmail.com> | 2019-07-06 07:18:26 +0000 |
---|---|---|
committer | Ivan Tashkinov <ivantbusiness@gmail.com> | 2019-07-06 07:18:26 +0000 |
commit | e2f4135a8c5bc1f54be4287c64081c90dfea8125 (patch) | |
tree | 96cef62ae90fed36e4dfb7e09cdbbcde867965a7 | |
parent | ad8d86e7c600bca65e5f0bb407651d33f1e53043 (diff) | |
download | pleroma-e2f4135a8c5bc1f54be4287c64081c90dfea8125.tar.gz |
Apply suggestion to CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 852e7e2c4..d16847f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added - MRF: Support for priming the mediaproxy cache (`Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy`) -- Federation: Support for restricting max. reply-to depth on fetching +Configuration: `federation_incoming_replies_max_depth` option - 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 |