Page MenuHomePhabricator

D17038.diff
No OneTemporary

D17038.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
Sun, Apr 6, 12:03 PM (43 m, 59 s ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7553352
Default Alt Text
D17038.diff (938 B)

Event Timeline