Notifications: unsubscribe from extension approval activity (#177) #207
No reviewers
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#207
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "approval-follow"
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?
This PR adds a subscribe/unsubscribe button to the extension's approval page.
The button state is calculated as
actstream.actions.is_following(user, extension, flag=Flag.REVIEWER)
Approval activity notifications are also generated for followers with
Flag.AUTHOR
andFlag.MODERATOR
.To avoid confusion the button is hidden from extension maintainers:
it won't suppress any related notifications.
Moderators will see the button, and it will suppress comment notifications
for moderators that interacted with this extension's approval thread,
but it will still allow notifications about review requests.
WIP: Notifications: unsubscribe from extension approval activity (#177)to Notifications: unsubscribe from extension approval activity (#177)This PR is missing a proper styling/layout for the new button.
cc @martonlente
awesome sauce! 🎉