-
Notifications
You must be signed in to change notification settings - Fork 395
Labels
apiRelates to the Modrinth API for developersRelates to the Modrinth API for developersbackendInvolves work from the backend teamInvolves work from the backend team
Description
Please confirm the following.
- I checked the existing issues for duplicate problems
- I have tried resolving the issue using the support portal
Describe the bug
I realised today that I have never got an email notification that tells me when I have payouts available. I thought this would be a cool feature to add. Turns out, it already existed. It's just broken.
First, I noticed that there is no way to configure email preferences (fixed in #5426), so I assumed this specific preference must be disabled by default.
So I checked via seeding the database, and for the table users_notifications_preferences the payouts_available row for user_id == null (used to provide defaults) is set to true.
So this issue must exist internally within Labrinth. Something is preventing these notifications from sending.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiRelates to the Modrinth API for developersRelates to the Modrinth API for developersbackendInvolves work from the backend teamInvolves work from the backend team