bluesky-social / atproto

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

Fix getActorLikes documentation to reflect auth required #2593

Closed LilahTovMoon closed 1 month ago

LilahTovMoon commented 3 months ago

You can only view your own likes and this fixes the documentation to note that auth is required and that the actor must be the requesting account

https://github.com/bluesky-social/atproto/pull/1440#issuecomment-1700193127

It looks like getActorLikes got marked as "Does not require auth" when it does require auth.