tauri-apps / tauri-apps/plugins-workspace

[notification] registerActionTypes fails with Command register_action_types not found

Open
#1,903 5 comments 0 reactions 0 assignees View on GitHub
plugin: notification type: documentation
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.