Skip to content

Commit c2fa3a9

Browse files
authored
Follow up to #28: restoring chat state shouldn't clear before adding messages (#84)
1 parent fee8bb1 commit c2fa3a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg-r/R/chat_restore.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ chat_restore <- function(
127127

128128
# Set the UI
129129
shiny::withReactiveDomain(session, {
130-
chat_clear(id)
131130
client_set_ui(client, id = id)
132131
})
133132
})

0 commit comments

Comments
 (0)