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

Restore "Reply" action to Differential inline comments

Summary: Minor issue from D4117, user doesn't get passed down so inline comments are missing their "reply" link.

Test Plan: Looked at Differential, saw reply link.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

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

+4
+4
src/applications/differential/parser/DifferentialChangesetParser.php
··· 989 989 ->setMarkupEngine($this->markupEngine) 990 990 ->setHandles($this->handles); 991 991 992 + if ($this->user) { 993 + $renderer->setUser($this->user); 994 + } 995 + 992 996 $shield = null; 993 997 if ($this->isTopLevel && !$this->comments) { 994 998 if ($this->isGenerated()) {