Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to detect when a repost has been un-reposted #62

Open
ryandhasgit opened this issue Aug 17, 2023 · 0 comments
Open

Trying to detect when a repost has been un-reposted #62

ryandhasgit opened this issue Aug 17, 2023 · 0 comments

Comments

@ryandhasgit
Copy link

ryandhasgit commented Aug 17, 2023

I'm trying to determine if a certain repost has been un-reposted. For example, person A reposts person B; person A eventually decides to undo that action. When this happens in the app, I see the atproto.repo.deleteRecord API is called with a reference to user A's DID so I figured this counted as a "delete" action. Inside the record object I assumed the the opsByType.reposts.deletes (here) would have all the reposted items that have since been deleted (un-reposted) but I'm getting nothing when I console.log there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant