Skip to content

Commit

Permalink
fix(roles): Added new role 'downloader' that can download any email
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 14, 2024
1 parent 41f10e4 commit 4dbc5c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/roles.json
Expand Up @@ -416,5 +416,11 @@
"update:any": ["*"],
"delete:any": ["*"]
}
},

"downloader": {
"messages": {
"read:any": ["*"]
}
}
}

0 comments on commit 4dbc5c5

Please sign in to comment.