tauri-apps / tauri-apps/plugins-workspace
[notification] registerActionTypes fails with Command register_action_types not found
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
My code
```
const types: ActionType[] = [{ actions: [], id: 'chat-message' }];
await registerActionTypes(types);
```
Permissions:
```
"notification:default",
"notification:allow-register-action-types",
"notification:allow-register-listener",
"notification:allow-is-permission-granted",
"notification:allow-check-permissions",
"notification:allow-cancel",
"notification:allow-list-channels",
"notification:allow-delete-channel",
"notification:allow-create-channel",
"notification:allow-request-permission",
"notification:allow-show",
"notification:allow-notify",
"notification:allow-get-active"
```
Environment:
Windows 11
Contributor guide
Assessment
This issue has not been assessed yet.