mirror of
https://github.com/dataelement/bisheng.git
synced 2026-08-30 17:58:00 +08:00
88fe522008
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).