Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14019462
D15277.id36859.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
815 B
Referenced Files
None
Subscribers
None
D15277.id36859.diff
View Options
diff --git a/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php b/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php
--- a/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php
+++ b/src/applications/slowvote/storage/PhabricatorSlowvoteTransaction.php
@@ -97,7 +97,20 @@
return parent::getTitle();
}
- public function getTitleForFeed() {
+ public function getRemarkupBlocks() {
+ $blocks = parent::getRemarkupBlocks();
+
+ $type = $this->getTransactionType();
+ switch ($type) {
+ case self::TYPE_DESCRIPTION:
+ $blocks[] = $this->getNewValue();
+ break;
+ }
+
+ return $blocks;
+ }
+
+ public function getTitleForFeed() {
$author_phid = $this->getAuthorPHID();
$object_phid = $this->getObjectPHID();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 10:14 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713027
Default Alt Text
D15277.id36859.diff (815 B)
Attached To
Mode
D15277: Process slowvote description as remarkup (link images, activate mentions, etc)
Attached
Detach File
Event Timeline
Log In to Comment