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
···206206 continue;
207207 }
208208209209- if ($update['operation'] == 'change') {
209209+ if ($update['operation'] == 'update') {
210210 if ($update['old'] == $update['merge-base']) {
211211 // This is a fast-forward update to an existing branch.
212212 // These are safe.