Skip to content

Commit 75fffa2

Browse files
ericdalloeca-agent
andcommitted
Pass trust through REST chat update handler
🤖 Generated with [eca](https://eca.dev) Co-Authored-By: eca-agent <git@eca.dev>
1 parent 967257e commit 75fffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/remote/handlers.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
config (config/all @db*)]
252252
(handlers/chat-update
253253
(assoc components :config config)
254-
{:chat-id chat-id :title (:title body)})
254+
{:chat-id chat-id :title (:title body) :trust (:trust body)})
255255
(no-content))))
256256

257257
(defn handle-set-trust [{:keys [db*]} request {:keys [sse-connections*]}]

0 commit comments

Comments
 (0)