mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 10:52:41 +01:00
7c2f6f8361
Summary: Ref T2222. Currently, we load inline comments by `commentID` here, but we always pass every commentID associated with the revision. Instead, just load non-draft comments by revision ID. This simplifies querying a little bit and is likely faster anyway (draft comments are currently loaded separately). Test Plan: Looked at some revisions and verified inlines showed up correctly and in the right places. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T2222 Differential Revision: https://secure.phabricator.com/D6270 |
||
---|---|---|
.. | ||
__tests__ | ||
application | ||
conduit | ||
config | ||
constants | ||
controller | ||
data | ||
editor | ||
events | ||
exception | ||
field | ||
lipsum | ||
parser | ||
query | ||
remarkup | ||
render | ||
search | ||
storage | ||
view | ||
DifferentialTasksAttacher.php |