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

PhabricatorTokenUIEventListener: Remove an unused variable

Summary: Seems to have been around since the initial commit.

Test Plan: Grep that file.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26408

-2
-2
src/applications/tokens/event/PhabricatorTokenUIEventListener.php
··· 96 96 return null; 97 97 } 98 98 99 - $limit = 1; 100 - 101 99 $tokens_given = id(new PhabricatorTokenGivenQuery()) 102 100 ->setViewer($user) 103 101 ->withObjectPHIDs(array($object->getPHID()))