Skip to content

Commit

Permalink
Bugfix: show users in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
volker-fr committed Jan 20, 2025
1 parent e96fbff commit 0646247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slackviewer/templates/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 id="group-title">Private Channels</h3>
{% endfor %}
</ul>
{% endif %}
{% if dms %}
{% if dm_users %}
<h3 id="dm-title">Direct Messages</h3>
<ul class="list" id="dms-list">
{% for dm in dm_users %}
Expand All @@ -48,7 +48,7 @@ <h3 id="dm-title">Direct Messages</h3>
{% endfor %}
</ul>
{% endif %}
{% if mpims %}
{% if mpim_users %}
<h3 id="mpim-title">Group Direct Messages</h3>
<ul class="list" id="mpims-list">
{% for mpim in mpim_users %}
Expand Down

0 comments on commit 0646247

Please sign in to comment.