added ICAL_EVEN_STATUS_TYPES

This commit is contained in:
ruru4143 2023-12-11 23:23:42 +01:00
parent 38caa8d2b0
commit 79f00724a2

View file

@ -20,6 +20,7 @@ class Event extends \Activitypub\Activity\Base_Object {
// todo maybe rename to mobilizon event? // todo maybe rename to mobilizon event?
const REPLIES_MODERATION_OPTION_TYPES = [ 'allow_all', 'closed' ]; const REPLIES_MODERATION_OPTION_TYPES = [ 'allow_all', 'closed' ];
const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external' ]; // amd 'invite', but not used by mobilizon atm const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external' ]; // amd 'invite', but not used by mobilizon atm
const ICAL_EVENT_STATUS_TYPES = ["TENTATIVE", "CONFIRMED", "CANCELLED"];
/** /**
* Event is an implementation of one of the * Event is an implementation of one of the