mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't check for system flag in role filter
This commit is contained in:
@ -1337,7 +1337,7 @@ function getMessagesCallback(args, value) {
|
||||
}
|
||||
|
||||
if (role === 'system') {
|
||||
return mes.is_system || mes.extra?.type === system_message_types.NARRATOR;
|
||||
return mes.extra?.type === system_message_types.NARRATOR;
|
||||
}
|
||||
|
||||
if (role === 'assistant') {
|
||||
|
Reference in New Issue
Block a user