Support both pleroma:chat_mention and pleroma:emoji_reaction for /api/v1/push/subscri...
[akkoma] / CHANGELOG.md
index fe1114c02d189660110863913bd57eda6a9690fe..c6cb30176c7977e006474f4658b730e7a76aab8f 100644 (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`.