adding todo's and reformatting
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 7s

This commit is contained in:
ruru4143 2023-12-11 19:42:30 +01:00
parent da059c0d70
commit f61ccd7a18

View file

@ -16,9 +16,9 @@ require_once __DIR__ . '/class-place.php';
*
* @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-event
*/
class Event extends \Activitypub\Activity\Base_Object {
class Event extends \Activitypub\Activity\Base_Object { // todo maybe rename to mobilizon event?
const REPLIES_MODERATION_OPTION_TYPES = [ 'allow_all', 'closed' ];
const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external'];
const JOIN_MODE_TYPES = [ 'free', 'restricted', 'external' ]; // amd 'invite', but not used by mobilizon atm
/**
* Event is an implementation of one of the