feat(session): support admit-only synthetic messages (#35774)
This commit is contained in:
parent
cb18a42a47
commit
3e57b43a4a
7 changed files with 27 additions and 2 deletions
|
|
@ -329,6 +329,7 @@ export const SessionHandler = HttpApiBuilder.group(Api, "server.session", (handl
|
|||
text: ctx.payload.text,
|
||||
description: ctx.payload.description,
|
||||
metadata: ctx.payload.metadata,
|
||||
resume: ctx.payload.resume,
|
||||
})
|
||||
.pipe(
|
||||
Effect.catchTag("Session.NotFoundError", (error) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue