fix: broadcast on task create (realtime), context menu position recalc, CDN_HOST in deploy.sh

This commit is contained in:
2026-03-24 19:57:12 +03:00
parent 0aaf26cbd1
commit 018b119772
2 changed files with 14 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ const housekeeping: FastifyPluginAsync = async (fastify) => {
WHERE t.id = $1`,
[inserted[0].id],
)
broadcast(slug, { type: 'housekeeping_task_created', task: rows[0] })
return reply.code(201).send(rows[0])
},
)