mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
Fix web loading indicators
This commit is contained in:
parent
a459ee1d1c
commit
eb4aa615be
5 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue