feat(webui): responsive tweaks for mobile; seed channels from config when DB empty; expose KnownChannels on server
This commit is contained in:
parent
bb60430df2
commit
f78dc43374
2 changed files with 10 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue