diff options
| author | 2022-11-27 23:01:52 +0100 | |
|---|---|---|
| committer | 2022-11-27 23:01:52 +0100 | |
| commit | d8850b42cc0cbcc2a615160d20709935557a7d67 (patch) | |
| tree | c6cfdbfdf8d3bd153c102ad7c86ac639dc6bca83 /config-default.yml | |
| parent | make the roles view ephemeral when sent in roles channel (diff) | |
| parent | Merge pull request #2347 from shtlrs/improve-get-or-fetch-channel-type-hints (diff) | |
Merge branch 'main' into 2332-permanent-role-view
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 9a3f35008..86474c204 100644 --- a/config-default.yml +++ b/config-default.yml @@ -496,6 +496,13 @@ free: help_channels: enable: true + # Allowed duration of inactivity before archiving a help post + idle_minutes: 30 + + # Allowed duration of inactivity when post is empty (due to deleted messages) + # before archiving a help post + deleted_idle_minutes: 5 + # Roles which are allowed to use the command which makes channels dormant cmd_whitelist: - *HELPERS_ROLE |