mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-12 04:15:00 +01:00
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
This commit is contained in:
parent
89ab9d4acb
commit
6ed02e6ee8
1 changed files with 4 additions and 0 deletions
|
@ -989,6 +989,10 @@ final class DifferentialChangesetParser {
|
||||||
->setMarkupEngine($this->markupEngine)
|
->setMarkupEngine($this->markupEngine)
|
||||||
->setHandles($this->handles);
|
->setHandles($this->handles);
|
||||||
|
|
||||||
|
if ($this->user) {
|
||||||
|
$renderer->setUser($this->user);
|
||||||
|
}
|
||||||
|
|
||||||
$shield = null;
|
$shield = null;
|
||||||
if ($this->isTopLevel && !$this->comments) {
|
if ($this->isTopLevel && !$this->comments) {
|
||||||
if ($this->isGenerated()) {
|
if ($this->isGenerated()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue