Files
bisheng/src
dolphin 88fe522008 fix(client): persist like state in appChat message cache on feedback
Workflow/assistant conversations keep messages in the chatsState cache and
do not refetch on conversation switch, so a like/dislike that only hit the
API lost its highlight when switching away and back. Write the new verdict
back to the cached message on click. Also correct ChatMessageType.liked
from boolean to number (0/1/2, mirrors chatmessage.liked).
2026-07-14 22:58:32 +08:00
..