mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Set tainted flag metadata if a message was edited
This commit is contained in:
@ -6275,6 +6275,8 @@ function updateMessage(div) {
|
||||
mes.extra.bias = null;
|
||||
}
|
||||
|
||||
chat_metadata['tainted'] = true;
|
||||
|
||||
return { mesBlock, text, mes, bias };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user