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

Probable fix for ElasticSearch 2.0 type strictness

Summary: Fixes T9670.

Test Plan: Will follow up on task.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9670

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

authored by

epriestley and committed by
epriestley
4e112537 b7a4d3b9

+1 -1
+1 -1
src/applications/search/engine/PhabricatorElasticSearchEngine.php
··· 79 79 $spec['relationship'][$rtype][] = array( 80 80 'phid' => $to_phid, 81 81 'phidType' => $to_type, 82 - 'when' => $time, 82 + 'when' => (int)$time, 83 83 ); 84 84 } 85 85