How to check if the user has reposted something #1734
-
The client I'm building needs to do and undo reposts, but how do I get the Conversely, how can I tell if the user has reposted a specific post? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The response of an |
Beta Was this translation helpful? Give feedback.
The response of an
app.bsky.feed.getPostThread
request will include the URIs of the viewer's like and repost records, if present, in the "viewer" field. (thread -> post -> viewer -> repost, for example, being the full json path)