mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the chat, chats, and chatsSettings actions
This commit is contained in:
parent
82313a4444
commit
c4e1407e77
4 changed files with 30 additions and 14 deletions
|
@ -125,6 +125,13 @@ impl HeedAuthStore {
|
|||
Action::MetricsAll => {
|
||||
actions.insert(Action::MetricsGet);
|
||||
}
|
||||
Action::ChatsSettingsAll => {
|
||||
actions.extend([
|
||||
Action::ChatsSettingsGet,
|
||||
Action::ChatsSettingsUpdate,
|
||||
Action::ChatsSettingsDelete,
|
||||
]);
|
||||
}
|
||||
other => {
|
||||
actions.insert(*other);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue