Your Conversations

Direct Messages ({{ dms|length }})

{% for dm in dms %}
{% endfor %} {% if not dms %}

No DM conversations found.

{% endif %}
{% if group_dms %}

Group DMs ({{ group_dms|length }})

{% for gd in group_dms %}
{% endfor %}
{% endif %} {% if channels %}

Channels ({{ channels|length }})

{% for ch in channels %}
{% endfor %}
{% endif %}