@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 external blog images

Summary: Reading the code, this seems correct, but I don't have a local test. Ref T9897

Test Plan: read carefully

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9897

Differential Revision: https://secure.phabricator.com/D16148

+1
+1
src/applications/phame/site/PhameBlogSite.php
··· 39 39 ->setViewer(new PhabricatorUser()) 40 40 ->withDomain($host) 41 41 ->needProfileImage(true) 42 + ->needHeaderImage(true) 42 43 ->withStatuses( 43 44 array( 44 45 PhameBlog::STATUS_ACTIVE,