Make chat persistent across reboot
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m25s

This commit is contained in:
2026-03-05 21:43:04 +00:00
parent 5346b24999
commit a83b98eb2b
4 changed files with 21 additions and 47 deletions

View File

@@ -38,6 +38,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
services.InitWebSocket(db)
// SPOTIFY
spotifyAuthState := os.Getenv("SPOTIFY_AUTH_STATE")