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

Minor, remove debugging code.

+1 -1
+1 -1
src/applications/typeahead/controller/PhabricatorTypeaheadCommonDatasourceController.php
··· 134 134 $conn_r = id(new PhabricatorUser())->establishConnection('r'); 135 135 $ids = queryfx_all( 136 136 $conn_r, 137 - 'SELECT DISTINCT userID FROM %T WHERE token LIKE %> OR 1 = 1', 137 + 'SELECT DISTINCT userID FROM %T WHERE token LIKE %>', 138 138 PhabricatorUser::NAMETOKEN_TABLE, 139 139 $query); 140 140 $ids = ipull($ids, 'userID');