Skip to content

Commit 7121fb1

Browse files
committed
added jsdoc to excludeLinks
1 parent 8893458 commit 7121fb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ module.exports = {
4242
*/
4343
deleteJoinsAfter: '2 minutes',
4444

45+
/**
46+
* @type {( string[] | false )}
47+
* List of whitelisted links and usernames,
48+
* For channels and groups to stop warning users for them.
49+
* Pass false to disable this feature
50+
*/
4551
excludeLinks: [],
4652

4753
/**

0 commit comments

Comments
 (0)