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
···103103 '',
104104 $body);
105105106106+ // Mailbox seems to make an attempt to comply with the "standard" but
107107+ // omits the leading newline and uses an em dash?
108108+ $body = preg_replace(
109109+ "/\s*\xE2\x80\x94 \nSent from Mailbox\s*\z/su",
110110+ '',
111111+ $body);
112112+106113 // HTC Mail application (mobile)
107114 $body = preg_replace(
108115 '/^\s*^Sent from my HTC smartphone.*/sm',