Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15375418
D12114.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
D12114.id.diff
View Options
diff --git a/src/applications/conpherence/view/ConpherenceTransactionView.php b/src/applications/conpherence/view/ConpherenceTransactionView.php
--- a/src/applications/conpherence/view/ConpherenceTransactionView.php
+++ b/src/applications/conpherence/view/ConpherenceTransactionView.php
@@ -143,7 +143,8 @@
$handles = $conpherence->getHandles();
$rendered_transactions = array();
$engine = id(new PhabricatorMarkupEngine())
- ->setViewer($user);
+ ->setViewer($user)
+ ->setContextObject($conpherence);
foreach ($transactions as $key => $transaction) {
if ($transaction->shouldHide()) {
unset($transactions[$key]);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 11:07 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7613683
Default Alt Text
D12114.id.diff (667 B)
Attached To
Mode
D12114: Conpherence - grey out username mentions if they aren't in the conpherence
Attached
Detach File
Event Timeline
Log In to Comment