feat(webui): responsive tweaks for mobile; seed channels from config when DB empty; expose KnownChannels on server

This commit is contained in:
Thomas Cravey 2025-08-16 15:32:57 -05:00
parent bb60430df2
commit f78dc43374
2 changed files with 10 additions and 0 deletions

View file

@ -122,6 +122,7 @@ func main() {
Commit: commit,
BuiltAt: builtAt,
StartedAt: time.Now(),
KnownChannels: cfg.Channels,
}
go func() {
if err := api.Start(ctx); err != nil && err != http.ErrServerClosed {