We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96fbff commit 77a8c46Copy full SHA for 77a8c46
slackviewer/templates/viewer.html
@@ -35,7 +35,7 @@ <h3 id="group-title">Private Channels</h3>
35
{% endfor %}
36
</ul>
37
{% endif %}
38
- {% if dms %}
+ {% if dm_users %}
39
<h3 id="dm-title">Direct Messages</h3>
40
<ul class="list" id="dms-list">
41
{% for dm in dm_users %}
@@ -48,7 +48,7 @@ <h3 id="dm-title">Direct Messages</h3>
48
49
50
51
- {% if mpims %}
+ {% if mpim_users %}
52
<h3 id="mpim-title">Group Direct Messages</h3>
53
<ul class="list" id="mpims-list">
54
{% for mpim in mpim_users %}
0 commit comments