Set tainted flag metadata if a message was edited
This commit is contained in:
parent
8c55e1b05b
commit
1999f607d6
|
@ -6275,6 +6275,8 @@ function updateMessage(div) {
|
|||
mes.extra.bias = null;
|
||||
}
|
||||
|
||||
chat_metadata['tainted'] = true;
|
||||
|
||||
return { mesBlock, text, mes, bias };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue