Fix web loading indicators

This commit is contained in:
Cadence Ember 2025-01-31 16:42:48 +13:00
commit eb4aa615be
5 changed files with 15 additions and 12 deletions

View file

@ -63,6 +63,7 @@ as.router.post("/api/link", defineEventHandler(async event => {
// Sync room data and space child
await createRoom.syncRoom(parsedBody.discord)
setResponseHeader(event, "HX-Refresh", "true")
return null // 204
}))