Minor fixes
This commit is contained in:
parent
4bcb558d5e
commit
66185e045e
|
@ -286,7 +286,7 @@
|
|||
</div>
|
||||
|
||||
<h5>Exception List</h5>
|
||||
<div class="form-group">Filters are not applied to these character names. Separate names with a linefeed.</div>
|
||||
<div class="form-group">Filters are not applied to these character names. Separate names with a linefeed. Friends and bookmarked characters bypass filtering automatically.</div>
|
||||
|
||||
<div class="form-group">
|
||||
<textarea class="form-control" :value="getExceptionList()" @change="(v) => setExceptionList(v)" placeholder="Enter names"></textarea>
|
||||
|
|
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Reference in New Issue