Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2026-01-26 23:35:07 +08:00
committed by GitHub
10 changed files with 378 additions and 85 deletions

View File

@@ -135,6 +135,7 @@ func (s *Service) ensureAuthUpdateQueue(ctx context.Context) {
}
func (s *Service) consumeAuthUpdates(ctx context.Context) {
ctx = coreauth.WithSkipPersist(ctx)
for {
select {
case <-ctx.Done():