@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 events should be flaggable

Summary: Closes T7947, Calendar events should be flaggable.

Test Plan: Flag a Calendar event, open Flags, see flag.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T7947

Differential Revision: https://secure.phabricator.com/D12602

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