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 });