From a670be13aeba22cd35cd100538b5164fff9282a2 Mon Sep 17 00:00:00 2001 From: Carson Date: Fri, 1 Aug 2025 11:26:46 -0500 Subject: [PATCH] Follow up to #28: restoring chat state shouldn't clear before adding messages --- pkg-r/R/chat_restore.R | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg-r/R/chat_restore.R b/pkg-r/R/chat_restore.R index 8f9b77fb..1a49c28e 100644 --- a/pkg-r/R/chat_restore.R +++ b/pkg-r/R/chat_restore.R @@ -127,7 +127,6 @@ chat_restore <- function( # Set the UI shiny::withReactiveDomain(session, { - chat_clear(id) client_set_ui(client, id = id) }) })