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