Skip to content

Commit

Permalink
[BASE] fix link for unread message to rocketchat room
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Apr 25, 2024
1 parent e4a6d6f commit 57faeb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rocket_connect/templates/instance/connector_analyze.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ <h4 class="card-title">
<h2>
{% if rooms.grouper %}
{{ rooms.grouper }}
<a href="{{ rooms.list.0.connector.server.get_external_url }}//omnichannel/current/{{ rooms.grouper.room_id }}/room-info/">link
</a>
<a href="{{ rooms.list.0.connector.server.get_external_url }}/live/{{ rooms.grouper.room_id }}/room-info/">link</a>
{% else %}
No Related Room
{% endif %}
Expand Down

0 comments on commit 57faeb6

Please sign in to comment.