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
···140140 }
141141142142 $oldv = trim($row['oldValue'], '"');
143143- $newv = trim($row['oldValue'], '"');
143143+ $newv = trim($row['newValue'], '"');
144144145145 // If this is a status change, preserve it.
146146 if ($oldv != 'null') {