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

Include objectPHID in feed.query text view

Summary: This way the type of story can be inferred.

Test Plan: requested feed.query with `view=>'text'`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: aran, epriestley, Korvin

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

authored by

John Watson and committed by
epriestley
8789f978 1d303542

+1
+1
src/applications/feed/conduit/ConduitAPI_feed_query_Method.php
··· 121 121 'epoch' => $story_data->getEpoch(), 122 122 'authorPHID' => $story_data->getAuthorPHID(), 123 123 'chronologicalKey' => $story_data->getChronologicalKey(), 124 + 'objectPHID' => $story->getPrimaryObjectPHID(), 124 125 'text' => $story->renderText() 125 126 ); 126 127 break;