actually got AmAutoJoinCommunities to work

This commit is contained in:
2025-10-09 13:30:45 -06:00
parent 8fdc3ded44
commit e04c903b11
3 changed files with 10 additions and 4 deletions
-2
View File
@@ -296,8 +296,6 @@ func NewAmContext(ctxt echo.Context) (AmContext, error) {
sess.Options = defoptions
if sess.IsNew {
setupAmSession(sess)
} else {
log.Debugf("took the not-new-session path")
}
}
return &rc, err