Fix delayed recall card mount on new user messages

This commit is contained in:
Youzini-afk
2026-04-04 01:28:26 +08:00
parent 746f8cf08b
commit 7bc6fda4f8
2 changed files with 61 additions and 1 deletions

View File

@@ -2527,6 +2527,8 @@ function armPersistedRecallMessageUiObserver(sessionId, runAttempt) {
persistedRecallUiRefreshObserver.observe(chatRoot, {
childList: true,
subtree: true,
attributes: true,
attributeFilter: ["mesid", "data-mesid", "data-message-id"],
});
return true;
}