We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29193cb commit 6d49cd4Copy full SHA for 6d49cd4
src/util/classes.ts
@@ -85,7 +85,7 @@ export const defaultCategories: Category[] = [
85
name: ['Comms', 'IM'],
86
rule: {
87
type: 'regex',
88
- regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko|NeoChat',
+ regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko|NeoChat|Mattermost',
89
},
90
91
{ name: ['Comms', 'Email'], rule: { type: 'regex', regex: 'Gmail|Thunderbird|mutt|alpine' } },
0 commit comments