feat: add public landing and live updates

This commit is contained in:
benya
2026-07-21 03:16:33 +03:00
parent ba09cd7533
commit cd77c12c23
14 changed files with 479 additions and 26 deletions

View File

@@ -206,6 +206,7 @@ func (a *App) handleTransferDevice(w http.ResponseWriter, r *http.Request) {
"target_user_id": target.ID,
"request_id": requestID(r.Context()),
}))
a.events.publish("devices")
writeJSON(w, http.StatusOK, device)
}