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

Properly namespace the query in the spliced-in content cleanup patch

Yikes. Actually ran it this time!

+1 -1
+1 -1
resources/sql/autopatches/20180828.phriction.07.c.documentuniq.sql
··· 1 - DELETE FROM phriction_content WHERE documentPHID = ''; 1 + DELETE FROM {$NAMESPACE}_phriction.phriction_content WHERE documentPHID = '';