···400400// appear after Jetstream downtime or rare missed events. This catches up by
401401// reconciling each user's PDS records against the local index.
402402func (s *Server) PeriodicSync(ctx context.Context, interval time.Duration) {
403403+ s.runSyncAll(ctx)
404404+403405 ticker := time.NewTicker(interval)
404406 defer ticker.Stop()
405407