Minor, restore Audit getMailThreading method
Summary: This also still has a callsite which I missed. Auditors: btrahan
This commit is contained in:
parent
46b4fa85d0
commit
bb022d2376
|
@ -291,4 +291,14 @@ final class PhabricatorAuditCommentEditor extends PhabricatorEditor {
|
||||||
return $reply_handler;
|
return $reply_handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function getMailThreading(
|
||||||
|
PhabricatorRepository $repository,
|
||||||
|
PhabricatorRepositoryCommit $commit) {
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'diffusion-audit-'.$commit->getPHID(),
|
||||||
|
'Commit r'.$repository->getCallsign().$commit->getCommitIdentifier(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue