forked from potsda.mn/mobilizon
default anonymous participation in events to true
This commit is contained in:
parent
dbd91b1a21
commit
3bf5e7a95f
|
@ -37,7 +37,7 @@ export class EventOptions implements IEventOptions {
|
||||||
|
|
||||||
showRemainingAttendeeCapacity = false;
|
showRemainingAttendeeCapacity = false;
|
||||||
|
|
||||||
anonymousParticipation = false;
|
anonymousParticipation = true;
|
||||||
|
|
||||||
hideOrganizerWhenGroupEvent = false;
|
hideOrganizerWhenGroupEvent = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue