[fix] group chat activation & talkness
This commit is contained in:
@@ -79,6 +79,8 @@ export async function sendChat(chatProcessIndex = -1,arg:{chatAdditonalTokens?:n
|
||||
talkness: nowChatroom.characterActive[i] ? nowChatroom.characterTalks[i] : -1,
|
||||
index: i
|
||||
}
|
||||
}).filter((v) => {
|
||||
return v.talkness > 0
|
||||
})
|
||||
if(!nowChatroom.orderByOrder){
|
||||
order = groupOrder(order, lastMessage?.data).filter((v) => {
|
||||
|
||||
Reference in New Issue
Block a user