Refresh project chat page on conversation updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user