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

Use comma-style for subscriber lists in Phriction

Summary: Fixes T3262.

Test Plan: {F44409}

Reviewers: chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T3262

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

+1 -1
+1 -1
src/applications/phriction/controller/PhrictionDocumentController.php
··· 255 255 $view->addProperty(pht('Last Updated'), $when); 256 256 257 257 if ($subscribers) { 258 - $subscribers = $this->renderHandlesForPHIDs($subscribers); 258 + $subscribers = $this->renderHandlesForPHIDs($subscribers, ','); 259 259 $view->addProperty(pht('Subscribers'), $subscribers); 260 260 } 261 261