adult rooms

New feature: you can now assign rooms as adult room

When a new user enters an adult room, you can choose 3 actions.

These actions are defined in the security panel

You can :

  • do nothing
  • Warn an user it is adult
  • Hide the room if user is minor of 18

The case “Hide the room if user is minor of 18”, implies you know the age of the user. We added the “age” on the registration panel.

If you use JWT to inject your data, then you can use that extra field:

birthyear

to add the year of birth of the user

ex: birthyear:1995

 

You can also use

seenByAdultOnly

that means that this member will be seen only by adults (if seenByAdultOnly=1)

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.