Minor, restore Audit getMailThreading method
Summary: This also still has a callsite which I missed. Auditors: btrahan
This commit is contained in:
		| @@ -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(), | ||||||
|  |     ); | ||||||
|  |   } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 epriestley
					epriestley