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

Remove invalid model fields for create track/playlist notifs #11511

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

schottra
Copy link
Contributor

@schottra schottra commented Mar 5, 2025

Description

This will take care of the endless stream of model marshalling error messages. These two fields don't exist on the notification data that we get back from queries. While we could try to make the marshaller accept missing fields where None is an option, this is safer for now. There fields don't appear to be in use anywhere on the client.

How Has This Been Tested?

Local stack and client. Created 2 users, user B follows user A. User A creates a new track. Verified we no longer see error logs for bad marshalling.

Copy link

changeset-bot bot commented Mar 5, 2025

⚠️ No Changeset found

Latest commit: 8495987

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@schottra schottra enabled auto-merge (squash) March 5, 2025 01:10
Copy link
Contributor

@rickyrombo rickyrombo left a comment

Choose a reason for hiding this comment

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

Thank you 🥹

@schottra schottra merged commit 3c02192 into main Mar 5, 2025
6 checks passed
@schottra schottra deleted the fix-bad-notif-models branch March 5, 2025 01:27
audius-infra pushed a commit that referenced this pull request Mar 5, 2025
[d05de12] Fix missing cover-photo error log (#11512) Raymond Jacobson
[3c02192] Remove invalid model fields for create track/playlist notifs (#11511) Randy Schott
[e4056ed] Make stage first weekly comment backend match prod (#11508) Reed
[ed24d42] Use cross fetch in AAO plugin (#11505) Isaac Solo
[327e915] Enable stage AAO plugin config (#11502) Isaac Solo
[18a5dea] AAO UI (#11499) Steve Perkins
[3656b57] indexing side effects (#11492) alecsavvy
[1ec83cc] [PAY-3954] Add backend for play count challenge (#11473) Farid Salau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants