@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a constant in the hook to reduce the number of dragons

Test Plan: Will push.

Auditors: btrahan

+1 -1
+1 -1
src/applications/diffusion/engine/DiffusionCommitHookEngine.php
··· 206 206 continue; 207 207 } 208 208 209 - if ($update['operation'] == 'change') { 209 + if ($update['operation'] == 'update') { 210 210 if ($update['old'] == $update['merge-base']) { 211 211 // This is a fast-forward update to an existing branch. 212 212 // These are safe.