Revert "default anonymous participation in events to true"

This reverts commit 3a1b7a4660b4fd9488e7d06e677027ae41e0c10c.
This commit is contained in:
778a69cd 2022-05-24 21:08:16 +02:00
parent 3bf5e7a95f
commit f7749a1e2b

View file

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