Page MenuHomePhabricator

D17038.id.diff
No OneTemporary

D17038.id.diff

diff --git a/src/applications/differential/conduit/DifferentialConduitAPIMethod.php b/src/applications/differential/conduit/DifferentialConduitAPIMethod.php
--- a/src/applications/differential/conduit/DifferentialConduitAPIMethod.php
+++ b/src/applications/differential/conduit/DifferentialConduitAPIMethod.php
@@ -124,8 +124,15 @@
$message = $request->getValue('message');
if (strlen($message)) {
// This is a little awkward, and should maybe move inside the transaction
- // editor. It largely exists for legacy reasons.
+ // editor. It largely exists for legacy reasons. See some discussion in
+ // T7899.
$first_line = head(phutil_split_lines($message, false));
+
+ $first_line = id(new PhutilUTF8StringTruncator())
+ ->setMaximumBytes(250)
+ ->setMaximumGlyphs(80)
+ ->truncateString($first_line);
+
$diff->setDescription($first_line);
$diff->save();

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 5:55 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7553352
Default Alt Text
D17038.id.diff (938 B)

Event Timeline