From 3bf5e7a95fce814b60bee52b45fe7165fb9308b5 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Tue, 24 May 2022 19:41:05 +0200 Subject: [PATCH] default anonymous participation in events to true --- js/src/types/event-options.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/types/event-options.model.ts b/js/src/types/event-options.model.ts index 420e21919..a954c8e2d 100644 --- a/js/src/types/event-options.model.ts +++ b/js/src/types/event-options.model.ts @@ -37,7 +37,7 @@ export class EventOptions implements IEventOptions { showRemainingAttendeeCapacity = false; - anonymousParticipation = false; + anonymousParticipation = true; hideOrganizerWhenGroupEvent = false;