summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-22 15:09:32 +0000
committerlain <lain@soykaf.club>2020-07-22 15:09:32 +0000
commit1c9752cff445ab1f58cea1617d3c7ab73da60e10 (patch)
tree232f995f9acde3e907edf9b88a573d0a2c1841ba /CHANGELOG.md
parent96f023be5c3b6d41f610ceecd50320da2aacca8d (diff)
parentb157b7dab36f77b0f30ae18022445d586c242300 (diff)
Merge branch 'fix/pleroma-api-emoji-packs' into 'develop'
Fix /api/pleroma/emoji/packs index endpoint. See merge request pleroma/pleroma!2777
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 080270073..67e51d8ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -93,6 +93,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Admin API: fix `GET /api/pleroma/admin/users/:nickname/credentials` returning 404 when getting the credentials of a remote user while `:instance, :limit_to_local_content` is set to `:unauthenticated`
- Fix CSP policy generation to include remote Captcha services
- Fix edge case where MediaProxy truncates media, usually caused when Caddy is serving content for the other Federated instance.
+- Emoji Packs could not be listed when instance was set to `public: false`
## [Unreleased (patch)]