mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
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
This commit is contained in:
parent
1d30354223
commit
8789f97867
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ final class ConduitAPI_feed_query_Method
|
|||
'epoch' => $story_data->getEpoch(),
|
||||
'authorPHID' => $story_data->getAuthorPHID(),
|
||||
'chronologicalKey' => $story_data->getChronologicalKey(),
|
||||
'objectPHID' => $story->getPrimaryObjectPHID(),
|
||||
'text' => $story->renderText()
|
||||
);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue