From ae400020e809d6cfa1fd6cb549d86339adea4fff Mon Sep 17 00:00:00 2001 From: lkassianik Date: Tue, 28 Apr 2015 15:12:32 -0700 Subject: [PATCH] Calendar event mentions should appear in event timeline. Summary: Closes T7948, Calendar event mentions should appear in event timeline Test Plan: Open Maniphest task, comment with a mention of an existing calendar event, go to event detail view, see timeline entry for the mention. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7948 Differential Revision: https://secure.phabricator.com/D12601 --- src/applications/calendar/storage/PhabricatorCalendarEvent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/calendar/storage/PhabricatorCalendarEvent.php b/src/applications/calendar/storage/PhabricatorCalendarEvent.php index 6484358d8a..cdcd3ddf87 100644 --- a/src/applications/calendar/storage/PhabricatorCalendarEvent.php +++ b/src/applications/calendar/storage/PhabricatorCalendarEvent.php @@ -5,7 +5,8 @@ final class PhabricatorCalendarEvent extends PhabricatorCalendarDAO PhabricatorMarkupInterface, PhabricatorApplicationTransactionInterface, PhabricatorSubscribableInterface, - PhabricatorTokenReceiverInterface { + PhabricatorTokenReceiverInterface, + PhabricatorMentionableInterface { protected $name; protected $userPHID;