mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
mod_actions: add create_cases_for_manual_actions option
This can also be used with a user override. The override user is the audit log entry's author, i.e. the user who did the kick/ban/unban.
This commit is contained in:
parent
17e388ff48
commit
1484f6b9a7
5 changed files with 79 additions and 51 deletions
|
@ -69,6 +69,7 @@ const defaultOptions = {
|
|||
can_hidecase: false,
|
||||
can_deletecase: false,
|
||||
can_act_as_other: false,
|
||||
create_cases_for_manual_actions: true,
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue