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

[AUD-1084] Don't filter deleted so that we can get tombstones on the client #2058

Merged
merged 4 commits into from
Nov 18, 2021

Conversation

rickyrombo
Copy link
Contributor

Description

Tombstones weren't working in the client because the track endpoint for routes is filtering deleted tracks.

Tests

Tested manually against local client

How will this change be monitored?

@rickyrombo rickyrombo added the discovery-node Discovery Node (previously known as Discovery Provider) label Nov 10, 2021
tracks = get_tracks(
{"routes": routes_parsed, "with_users": True, "filter_deleted": True}
)
tracks = get_tracks({"routes": routes_parsed, "with_users": True})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's triple check the places we call this API, but this change seems right

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1 - we definitely want to make sure we filter this client side in future -- but not a huge blocker
#2 - this will allow us to load the remixes of a deleted track. i think that's fine
#3 - intention of this PR

lgtm

@rickyrombo rickyrombo merged commit a78dd74 into master Nov 18, 2021
@rickyrombo rickyrombo deleted the mjp-fix-tombstones branch November 18, 2021 02:16
@AudiusProject AudiusProject deleted a comment from linear bot Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discovery-node Discovery Node (previously known as Discovery Provider)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants