Skip to content

Event privacy

Compare
Choose a tag to compare
@kachnitel kachnitel released this 29 Dec 07:56
· 188 commits to master since this release

Added privacy / visibility settings in Event (Ride)

Allows user to set who can see the event, and whether anyone can join or if members need to be approved by existing members of the event.

  • Default settings are:

    • private: false: Anyone can join the event automatically
    • visibility: public: Anyone can see the event
  • Set on CreateRide in a Privacy settings link

Privacy

event.private

true

  • Anyone who joins the event must be approved by a confirmed member from a menu in the Event Detail Screen
  • Invited users join automatically when accepting invite or joining from the Event Detail Screen

false

  • Anyone who joins the event is automatically accepted

Visibility

event.visibility

public

  • Anyone can see the event

invited

  • Only members and invited users can see the event

friends

  • Only friends of creating user can see the event

memberfriends

  • Only friends of confirmed members can see the event