Page MenuHomePhabricator

Make unsubscribing from a project have an effect
ClosedPublic

Authored by epriestley on Jan 6 2016, 2:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 18, 4:39 AM
Unknown Object (File)
Wed, Jun 18, 2:28 AM
Unknown Object (File)
May 24 2025, 6:34 PM
Unknown Object (File)
May 6 2025, 4:56 PM
Unknown Object (File)
Apr 22 2025, 10:22 AM
Unknown Object (File)
Apr 21 2025, 5:35 PM
Unknown Object (File)
Apr 21 2025, 3:39 AM
Unknown Object (File)
Apr 20 2025, 12:12 PM
Subscribers
None

Details

Summary

Fixes T10089. This did work at one point, but was broken by D12868, which got too aggressive about mailing members.

We don't want to send mail to all members by default, only those who are subscribed. The parent implementation of getMailCC() handles this for us.

Test Plan

Joined a project as users A and B. Unsubscribed with B. Made an edit.

Before patch: both A and B got mail. After patch: only A got mail.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Make unsubscribing from a project have an effect.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 6 2016, 2:14 AM
This revision was automatically updated to reflect the committed changes.