config: disable mention regex fallback
- require explicit Discord mentions
This commit is contained in:
parent
6c7ddee942
commit
16482a9eb3
@ -153,6 +153,9 @@ in
|
||||
}
|
||||
];
|
||||
};
|
||||
messages.groupChat = {
|
||||
mentionPatterns = [];
|
||||
};
|
||||
messages.queue = {
|
||||
mode = "interrupt";
|
||||
byChannel = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user