@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -1
+2 -1
src/applications/calendar/storage/PhabricatorCalendarEvent.php
··· 5 5 PhabricatorMarkupInterface, 6 6 PhabricatorApplicationTransactionInterface, 7 7 PhabricatorSubscribableInterface, 8 - PhabricatorTokenReceiverInterface { 8 + PhabricatorTokenReceiverInterface, 9 + PhabricatorMentionableInterface { 9 10 10 11 protected $name; 11 12 protected $userPHID;