diff options
| author | 2020-08-04 13:50:19 -0700 | |
|---|---|---|
| committer | 2020-08-04 13:52:03 -0700 | |
| commit | 2e46838aa561d93f70351d08ea275fd0c8b95de2 (patch) | |
| tree | 4594247f01e420011e624bbde4e094f4de63218c /config-default.yml | |
| parent | HelpChannels: create separate function to pin a message (diff) | |
HelpChannels: more accurate empty check
The bot's pin message was being picked up as the last message, so the
system was not considering the channel empty.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config-default.yml b/config-default.yml index aacbe170f..4bd90511c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -432,8 +432,8 @@ help_channels:      # Allowed duration of inactivity before making a channel dormant      idle_minutes: 30 -    # Allowed duration of inactivity when question message deleted -    # and no one other sent before message making channel dormant. +    # Allowed duration of inactivity when channel is empty (due to deleted messages) +    # before message making a channel dormant      deleted_idle_minutes: 5      # Maximum number of channels to put in the available category | 
