From 66185e045e19de2726ebfd38532b91a26d7b1a4d Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 27 Mar 2022 11:17:27 -0700 Subject: [PATCH] Minor fixes --- chat/SettingsView.vue | 2 +- chat/conversations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/SettingsView.vue b/chat/SettingsView.vue index a1718f4..cc4650e 100644 --- a/chat/SettingsView.vue +++ b/chat/SettingsView.vue @@ -286,7 +286,7 @@
Exception List
-
Filters are not applied to these character names. Separate names with a linefeed.
+
Filters are not applied to these character names. Separate names with a linefeed. Friends and bookmarked characters bypass filtering automatically.
diff --git a/chat/conversations.ts b/chat/conversations.ts index c3a0197..bc60431 100644 --- a/chat/conversations.ts +++ b/chat/conversations.ts @@ -644,7 +644,7 @@ export async function testSmartFilterForPrivateMessage(fromChar: Character.Chara ) { cachedProfile.match.autoResponded = true; - void Conversation.conversationThroat( + await Conversation.conversationThroat( async() => { log.debug('filter.autoresponse', { name: fromChar.name });