default anonymous participation in events to true

This commit is contained in:
778a69cd 2022-05-24 19:41:05 +02:00
parent dbd91b1a21
commit 3bf5e7a95f

View file

@ -37,7 +37,7 @@ export class EventOptions implements IEventOptions {
showRemainingAttendeeCapacity = false;
anonymousParticipation = false;
anonymousParticipation = true;
hideOrganizerWhenGroupEvent = false;