Not getting notifications for reviews on add-on that I didn't upload #212
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#212
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bool Tool add-on was assigned to me by Dalai, I didn't upload it myself and I'm not getting notifications for its reviews. I'm getting notifications for others I uploaded
This is very strange. I will leave for the backend team to investigate.
For the records, what I did was:
I will take a look. There is code for handling that, but apparently it's lacking test coverage.
And for the records, this is the same procedure I did for several of other community add-ons.
This should be fixed now: future maintainer changes via admin should setup
follow
objects correctly.Notifications are not created retroactively. What's gone is gone.
I've ran a script (
ensure_followers
management command) to backfill all missing follow relations, it fixed 20 author follows (which were likely all missing due to this bug) and 7 reviewer follows (which were not expected, this needs more digging).Ok, the missing 7 reviewer follows are all for extension authors.
Since authors technically create a comment in approval activity, they get subscribed with flag=reviewer as well.
Not sure how exactly those 7 got missed in the initial notification setup, but it doesn't happen anymore for new submissions.