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

filter_phids => filterPHIDs

Summary: typo of sorts. should probably be philterPHIDs. :P

Test Plan: verified i spelled "filterPHIDs" correctly.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1993

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

+1 -1
+1 -1
src/applications/conduit/method/feed/ConduitAPI_feed_query_Method.php
··· 79 79 if (!$limit) { 80 80 $limit = $this->getDefaultLimit(); 81 81 } 82 - $filter_phids = $request->getValue('filter_phids'); 82 + $filter_phids = $request->getValue('filterPHIDs'); 83 83 if (!$filter_phids) { 84 84 $filter_phids = array(); 85 85 }