···172172 return
173173 }
174174 sd.ListenTo = make(Set[syntax.DID])
175175+ // use we have stored
176176+ ud.follows.Range(func(rk syntax.RecordKey, f bsky.GraphFollow) bool {
177177+ sd.ListenTo[syntax.DID(f.Subject)] = struct{}{}
178178+ return true
179179+ })
175180 if len(follows) > 0 {
176181 // store cursor for later requests so we dont have to fetch the whole thing again
177182 ud.followsCursor.Store((*string)(&follows[len(follows)-1].rkey))