🌍 Public
🔐 Private
{% if user %}
{% if private_rooms %}
{% endif %}
-
{% for room in private_rooms %}
-
{{ room.name }}
{% if room.title %}
{{ room.title }} {% endif %} {% if room.get_active_users()|length %}
{{ room.get_active_users()|length }} users {% endif %}
{% endfor %}
No private rooms yet. Create one to get started!
{% endif %} {% else %}🔒 Private rooms are only visible to you
Sign in to create and access private rooms