Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/chatbot/filters/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Link filter helps manage the posting of links in chat messages. It checks if

### Supported Settings

- `Timeout duration`: This is the duration (in seconds) for which a user will be timed out if their message violates the link rules.
- `Timeout duration`: This is the duration (in seconds) for which a user will be timed out if their message violates the link rules. Setting to 0 will just delete the message.
- `Excluded user groups`: These are the user groups that are exempt from the link filter. Messages from users in these groups will not be checked by the filter.
- `Custom timeout message`: This is the message that will be displayed when a user is timed out due to a violation of the link rules. This message can be customized to provide specific information about the violation and the timeout.
- `Allowlist`: This is a list of links or link patterns that are allowed in messages. The filter supports wildcard characters in this list, allowing for flexible rules.
Expand Down