Merge branch 'master' into lash/purify-more

This commit is contained in:
lash
2025-01-06 07:50:55 +00:00
16 changed files with 584 additions and 37 deletions

View File

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