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
F15528316: D14955.id36134.diff
Tue, Apr 22, 10:22 AM
F15525888: D14955.id36133.diff
Mon, Apr 21, 5:35 PM
F15523785: D14955.id.diff
Mon, Apr 21, 3:39 AM
F15521213: D14955.diff
Sun, Apr 20, 12:12 PM
F15512935: D14955.id36133.diff
Thu, Apr 17, 3:01 PM
F15415641: D14955.id36133.diff
Mar 20 2025, 7:08 AM
Unknown Object (File)
Mar 3 2025, 3:14 PM
Unknown Object (File)
Feb 22 2025, 4:44 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.