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