@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.

at recaptime-dev/main 13 lines 417 B view raw
1UPDATE {$NAMESPACE}_herald.herald_action a 2 JOIN {$NAMESPACE}_herald.herald_rule r 3 ON a.ruleID = r.id 4 SET a.action = 'diffusion.auditors.add' 5 WHERE r.ruleType != 'personal' 6 AND a.action = 'audit'; 7 8UPDATE {$NAMESPACE}_herald.herald_action a 9 JOIN {$NAMESPACE}_herald.herald_rule r 10 ON a.ruleID = r.id 11 SET a.action = 'diffusion.auditors.self.add' 12 WHERE r.ruleType = 'personal' 13 AND a.action = 'audit';