diff options
| author | kaniini <ariadne@dereferenced.org> | 2019-07-16 11:04:11 +0000 |
|---|---|---|
| committer | kaniini <ariadne@dereferenced.org> | 2019-07-16 11:04:11 +0000 |
| commit | a0d71d3ccfeece9deab213a627720dfc2aaf51be (patch) | |
| tree | eb7ebeb22a75f2afc515f8d7687eb68fa79dd039 /CHANGELOG.md | |
| parent | cf7ca1db0e10b61cc64c7cadc7cf70d57cbfe684 (diff) | |
| parent | c4ca142e14444a03250f246e189c78e70aafe9d7 (diff) | |
| download | pleroma-a0d71d3ccfeece9deab213a627720dfc2aaf51be.tar.gz pleroma-a0d71d3ccfeece9deab213a627720dfc2aaf51be.zip | |
Merge branch 'add-blocked-by-to-relationship' into 'develop'
Add the `blocked_by` attribute to the relationship API (`GET /api/v1/accounts/relationships`)
See merge request pleroma/pleroma!1429
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c90da0b..f121d0fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API, extension: Ability to reset avatar, profile banner, and background - Mastodon API: Add support for categories for custom emojis by reusing the group feature. <https://github.com/tootsuite/mastodon/pull/11196> - Mastodon API: Add support for muting/unmuting notifications +- Mastodon API: Add support for the `blocked_by` attribute in the relationship API (`GET /api/v1/accounts/relationships`). <https://github.com/tootsuite/mastodon/pull/10373> - Admin API: Return users' tags when querying reports - Admin API: Return avatar and display name when querying users - Admin API: Allow querying user by ID |
