@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 Dxxx in IRCBot.

+1 -1
+1 -1
src/infrastructure/daemon/irc/handler/PhabricatorIRCObjectNameHandler.php
··· 111 111 ); 112 112 foreach ($revisions as $revision) { 113 113 $output[$revision['phid']] = 114 - 'D'.$revision['id'].' '.$revision['name'].' - '. 114 + 'D'.$revision['id'].' '.$revision['title'].' - '. 115 115 $revision['uri']; 116 116 } 117 117 }