@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, fix typeahead string casting issue with symbols. Thought I tested this. :/

Auditors: vrana, btrahan

+1 -1
+1 -1
src/applications/typeahead/storage/PhabricatorTypeaheadResult.php
··· 70 70 public function getWireFormat() { 71 71 $data = array( 72 72 $this->name, 73 - $this->uri, 73 + $this->uri ? (string)$this->uri : null, 74 74 $this->phid, 75 75 $this->priorityString, 76 76 $this->displayName,