@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix `!unsubscribe` in Differential

Summary: Fixes T5682.

Test Plan: Will test...

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5682

Differential Revision: https://secure.phabricator.com/D10013

+1
+1
src/applications/differential/mail/DifferentialReplyHandler.php
··· 120 120 switch ($command) { 121 121 case 'unsubscribe': 122 122 id(new PhabricatorSubscriptionsEditor()) 123 + ->setActor($actor) 123 124 ->setObject($this->getMailReceiver()) 124 125 ->unsubscribe(array($actor->getPHID())) 125 126 ->save();