Select the types of activity you want to include in your feed.
@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
···260260 // We compute a hash using the object's own PHID to prevent an attacker
261261 // from blindly interacting with objects that they haven't ever received
262262 // mail about by just sending to D1@, D2@, etc...
263263- $hash = PhabricatorMetaMTAReceivedMail::computeMailHash(
263263+ $hash = PhabricatorObjectMailReceiver::computeMailHash(
264264 $receiver->getMailKey(),
265265 $receiver->getPHID());
266266···292292 $receiver = $this->getMailReceiver();
293293 $receiver_id = $receiver->getID();
294294 $user_id = $user->getID();
295295- $hash = PhabricatorMetaMTAReceivedMail::computeMailHash(
295295+ $hash = PhabricatorObjectMailReceiver::computeMailHash(
296296 $receiver->getMailKey(),
297297 $handle->getPHID());
298298 $domain = $this->getReplyHandlerDomain();