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
···135135 $body);
136136137137 // Mailbox seems to make an attempt to comply with the "standard" but
138138- // omits the leading newline and uses an em dash?
138138+ // omits the leading newline and uses an em dash. This may or may not have
139139+ // the trailing space, but it's unique enough that there's no real ambiguity
140140+ // in detecting it.
139141 $body = preg_replace(
140140- "/\s*\xE2\x80\x94 \nSent from Mailbox\s*\z/su",
142142+ "/\s*\xE2\x80\x94\s*\nSent from Mailbox\s*\z/su",
141143 '',
142144 $body);
143145