tui: update dialog context and server to use new single dialog system
This commit is contained in:
parent
1f24cccd66
commit
133e0983d6
1 changed files with 4 additions and 2 deletions
|
|
@ -127,8 +127,10 @@ export namespace Server {
|
||||||
return streamSSE(c, async (stream) => {
|
return streamSSE(c, async (stream) => {
|
||||||
stream.writeSSE({
|
stream.writeSSE({
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
type: "server.connected",
|
payload: {
|
||||||
properties: {},
|
type: "server.connected",
|
||||||
|
properties: {},
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
async function handler(event: any) {
|
async function handler(event: any) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue