Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15420026
D12926.id31114.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
820 B
Referenced Files
None
Subscribers
None
D12926.id31114.diff
View Options
diff --git a/src/applications/phame/editor/PhamePostEditor.php b/src/applications/phame/editor/PhamePostEditor.php
--- a/src/applications/phame/editor/PhamePostEditor.php
+++ b/src/applications/phame/editor/PhamePostEditor.php
@@ -64,6 +64,8 @@
return $object->setBody($xaction->getNewValue());
case PhamePostTransaction::TYPE_COMMENTS_WIDGET:
return $object->setCommentsWidget($xaction->getNewValue());
+ case PhabricatorTransactions::TYPE_EDGE:
+ return;
}
return parent::applyCustomInternalTransaction($object, $xaction);
@@ -78,6 +80,7 @@
case PhamePostTransaction::TYPE_PHAME_TITLE:
case PhamePostTransaction::TYPE_BODY:
case PhamePostTransaction::TYPE_COMMENTS_WIDGET:
+ case PhabricatorTransactions::TYPE_EDGE:
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 22 2025, 10:41 AM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386235
Default Alt Text
D12926.id31114.diff (820 B)
Attached To
Mode
D12926: Phame - add edge transaction implementations.
Attached
Detach File
Event Timeline
Log In to Comment