Refresh project chat page on conversation updates

This commit is contained in:
kris
2026-04-07 17:09:58 +08:00
parent 4f59d59014
commit 1de9ae0492
2 changed files with 27 additions and 1 deletions

View File

@@ -44,7 +44,13 @@ export default async function ProjectChatPage({
return (
<AppShell bottomNav={false}>
<RealtimeRefresh
events={["project.messages.updated", "app.logs.updated", "project.context_risk.updated", "ota.updated"]}
events={[
"conversation.updated",
"project.messages.updated",
"app.logs.updated",
"project.context_risk.updated",
"ota.updated",
]}
/>
<StatusBar />
<PageNav