summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorminibikini <egor@kislitsyn.com>2020-11-18 20:22:40 +0000
committerminibikini <egor@kislitsyn.com>2020-11-18 20:22:40 +0000
commit6669ac5bf7749be325a10f92cc9eed49c6be2761 (patch)
tree107cd84c2a05d80f684f7d7ec1608fb4f6d3c606 /CHANGELOG.md
parent1d03ba4ffbb73b54a7caa107a6b9a85fa65ecfd4 (diff)
parenta1056aace19d5f6201f06937a93f978917df8418 (diff)
downloadpleroma-6669ac5bf7749be325a10f92cc9eed49c6be2761.tar.gz
pleroma-6669ac5bf7749be325a10f92cc9eed49c6be2761.zip
Merge branch 'develop' into 'hide-muted-reactions'
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33ff9a9f0..8658d5440 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Pleroma API: Add `idempotency_key` to the chat message entity that can be used for optimistic message sending.
- Pleroma API: (`GET /api/v1/pleroma/federation_status`) Add a way to get a list of unreachable instances.
- Mastodon API: User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute.
+- Admin API: An endpoint to manage frontends
</details>
@@ -41,11 +42,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
</details>
## Unreleased (Patch)
+
+### Changed
+
+- Fix ability to update Pleroma Chat push notifications with PUT /api/v1/push/subscription and alert type pleroma:chat_mention
+
### Fixed
- Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`.
- S3 Uploads with Elixir 1.11.
- Fixed Emoji Reaction activity filtering from blocked and muted accounts
+- Mix task pleroma.user delete_activities for source installations.
## [2.2.0] - 2020-11-12