@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 20 lines 728 B view raw
1UPDATE {$NAMESPACE}_herald.herald_condition c 2 JOIN {$NAMESPACE}_herald.herald_rule r 3 ON c.ruleID = r.id 4 SET c.fieldName = 'phriction.document.title' 5 WHERE r.contentType = 'PhrictionDocumentHeraldAdapter' 6 AND c.fieldName = 'title'; 7 8UPDATE {$NAMESPACE}_herald.herald_condition c 9 JOIN {$NAMESPACE}_herald.herald_rule r 10 ON c.ruleID = r.id 11 SET c.fieldName = 'phriction.document.content' 12 WHERE r.contentType = 'PhrictionDocumentHeraldAdapter' 13 AND c.fieldName = 'body'; 14 15UPDATE {$NAMESPACE}_herald.herald_condition c 16 JOIN {$NAMESPACE}_herald.herald_rule r 17 ON c.ruleID = r.id 18 SET c.fieldName = 'phriction.document.author' 19 WHERE r.contentType = 'PhrictionDocumentHeraldAdapter' 20 AND c.fieldName = 'author';