feat(notification): add rust Action/ActionType api. fix action registration in Android (#2805)

This commit is contained in:
Michael Kadziela
2026-07-27 13:03:43 +02:00
committed by GitHub
parent 622f02bf21
commit 304292d740
3 changed files with 187 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
---
notification: minor
notification-js: minor
---
- Add Rust builders for mobile notification action types.
- Fix Android action-group entries being stored under the action type ID instead of sequential indices, causing later actions to overwrite earlier ones.