mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 18:30:40 -05:00
fix: chat:outlet update overwritten by stale write-back (#23829)
This commit is contained in:
@@ -512,6 +512,7 @@
|
||||
}
|
||||
}
|
||||
history = history;
|
||||
return; // Patches history.messages directly; skip the trailing write-back.
|
||||
} else if (type === 'chat:message:favorite') {
|
||||
// Update message favorite status
|
||||
message.favorite = data.favorite;
|
||||
|
||||
Reference in New Issue
Block a user