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
···144144 $head = array();
145145 $tail = array();
146146147147- // Move inline comments to the end, so the comments preceed them.
147147+ // Move inline comments to the end, so the comments precede them.
148148 foreach ($xactions as $xaction) {
149149 $type = $xaction->getTransactionType();
150150 if ($type == PholioTransactionType::TYPE_INLINE) {
···841841 $head = array();
842842 $tail = array();
843843844844- // Move bare comments to the end, so the actions preceed them.
844844+ // Move bare comments to the end, so the actions precede them.
845845 foreach ($xactions as $xaction) {
846846 $type = $xaction->getTransactionType();
847847 if ($type == PhabricatorTransactions::TYPE_COMMENT) {
···355355 * response to edits, and is primarily useful when performing migrations. You
356356 * should not normally need to use it.
357357 *
358358- * @param bool True to supress events related to edits.
358358+ * @param bool True to suppress events related to edits.
359359 * @return this
360360 * @task internal
361361 */