Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15357096
D12405.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12405.diff
View Options
diff --git a/src/applications/conpherence/storage/ConpherenceThread.php b/src/applications/conpherence/storage/ConpherenceThread.php
--- a/src/applications/conpherence/storage/ConpherenceThread.php
+++ b/src/applications/conpherence/storage/ConpherenceThread.php
@@ -4,6 +4,7 @@
implements
PhabricatorPolicyInterface,
PhabricatorApplicationTransactionInterface,
+ PhabricatorMentionableInterface,
PhabricatorDestructibleInterface {
protected $title;
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
@@ -115,6 +115,7 @@
case PhabricatorTransactions::TYPE_VIEW_POLICY:
case PhabricatorTransactions::TYPE_EDIT_POLICY:
case PhabricatorTransactions::TYPE_JOIN_POLICY:
+ case PhabricatorTransactions::TYPE_EDGE:
$content = $transaction->getTitle();
$transaction_view->addClass('conpherence-edited');
break;
diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
--- a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
+++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
@@ -221,7 +221,8 @@
$types[] = PhabricatorTransactions::TYPE_TOKEN;
}
- if ($this->object instanceof PhabricatorProjectInterface) {
+ if ($this->object instanceof PhabricatorProjectInterface ||
+ $this->object instanceof PhabricatorMentionableInterface) {
$types[] = PhabricatorTransactions::TYPE_EDGE;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 6:33 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7577566
Default Alt Text
D12405.diff (1 KB)
Attached To
Mode
D12405: Conpherence - turn on mentions interface for Conpherence rooms / messages
Attached
Detach File
Event Timeline
Log In to Comment