bluesky-social / atproto

Social networking technology created by Bluesky
Other
6.17k stars 432 forks source link

Use detailed profile view for `getSuggestions` #2596

Closed mozzius closed 3 months ago

mozzius commented 3 months ago

Allows us to show social proof in the suggested follows section. Includes a minor lexicon change from ProfileView to ProfileViewDetailed, but I don't think the AppView is doing much more work here - seems like it's fetching the detailed profile views already but just not sending them

mozzius commented 3 months ago

@devinivy I added a profileKnownFollowers view that extends the basic profile view with just the known followers. lemme know if that's the right way to do it