Minor fixes

This commit is contained in:
Mr. Stallion 2022-03-27 11:17:27 -07:00
parent 4bcb558d5e
commit 66185e045e
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@
</div> </div>
<h5>Exception List</h5> <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"> <div class="form-group">
<textarea class="form-control" :value="getExceptionList()" @change="(v) => setExceptionList(v)" placeholder="Enter names"></textarea> <textarea class="form-control" :value="getExceptionList()" @change="(v) => setExceptionList(v)" placeholder="Enter names"></textarea>

View File

@ -644,7 +644,7 @@ export async function testSmartFilterForPrivateMessage(fromChar: Character.Chara
) { ) {
cachedProfile.match.autoResponded = true; cachedProfile.match.autoResponded = true;
void Conversation.conversationThroat( await Conversation.conversationThroat(
async() => { async() => {
log.debug('filter.autoresponse', { name: fromChar.name }); log.debug('filter.autoresponse', { name: fromChar.name });