From 18308079f29db278c55f273cfe6c08fbd6c3db2b Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 28 Apr 2025 06:04:01 +0200 Subject: [PATCH] updated config --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 34d6b7a..9aee482 100644 --- a/config.def.h +++ b/config.def.h @@ -34,6 +34,7 @@ static const Rule rules[] = { { "steam", NULL, 1 << 2, 0, 0, 0, 0 }, { "discord", NULL, 1 << 2, 0, 0, 0, 1 }, { "TeamSpeak", NULL, 1 << 2, 0, 0, 0, 1 }, + { "Mattermost", NULL, 1 << 2, 0, 0, 0, 1 }, { "Element", NULL, 1 << 2, 0, 0, 0, 1 }, { "Signal", NULL, 1 << 4, 0, 0, 0, 1 }, { "TelegramDesktop", NULL, 1 << 4, 0, 0, 0, 1 },