Support both pleroma:chat_mention and pleroma:emoji_reaction for /api/v1/push/subscription

This commit is contained in:
Mark Felder 2020-11-17 20:21:48 +00:00
commit 5d0bc5e028
2 changed files with 16 additions and 0 deletions

View file

@ -41,6 +41,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
</details>
## Unreleased (Patch)
### Changed
- API: Empty parameter values for integer parameters are now ignored in non-strict validaton mode.
- 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`.