Merge branch 'master' into lash/gettext

This commit is contained in:
2025-01-06 09:48:33 +01:00
20 changed files with 602 additions and 40 deletions

View File

@@ -134,9 +134,7 @@ func main() {
}
defer stateStore.Close()
rp := &at.ATRequestParser{
Context: ctx,
}
rp := &at.ATRequestParser{}
bsh := handlers.NewBaseSessionHandler(cfg, rs, stateStore, userdataStore, rp, hl)
sh := httpserver.NewATSessionHandler(bsh)