@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 migration on conpherence images

+1 -1
+1 -1
resources/sql/autopatches/20161005.conpherence.image.2.php
··· 10 10 11 11 $images = phutil_json_decode($row['imagePHIDs']); 12 12 if (!$images) { 13 - return; 13 + continue; 14 14 } 15 15 16 16 $file_phid = idx($images, 'original');