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
···11<?php
2233-final class PonderReplyHandler extends PhabricatorMailReplyHandler {
33+final class PonderQuestionReplyHandler extends PhabricatorMailReplyHandler {
4455 public function validateMailReceiver($mail_receiver) {
66 if (!($mail_receiver instanceof PonderQuestion)) {