Skip to content

Commit

Permalink
fix: add NeoChat to category rule Comms::IM (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
hooger authored May 15, 2023
1 parent ec4cce6 commit 29193cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const defaultCategories: Category[] = [
name: ['Comms', 'IM'],
rule: {
type: 'regex',
regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko',
regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko|NeoChat',
},
},
{ name: ['Comms', 'Email'], rule: { type: 'regex', regex: 'Gmail|Thunderbird|mutt|alpine' } },
Expand Down

0 comments on commit 29193cb

Please sign in to comment.