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

Fix another "reply" issue with inlines showing up on the wrong side

We can just trust the "reply" value on the server, since inlines never port from old to new or vice versa.

Auditors: btrahan

+2
+2
src/infrastructure/diff/PhabricatorInlineCommentController.php
··· 266 266 // comment appears on. This is expected in the case of ghost comments. 267 267 // We currently put the new comment on the visible changeset, not the 268 268 // original comment's changeset. 269 + 270 + $this->isNewFile = $reply_comment->getIsNewFile(); 269 271 } 270 272 } 271 273