Skip to content

Commit

Permalink
Merge pull request #5 from lsst-sqre/tickets/DM-43675
Browse files Browse the repository at this point in the history
DM-43675: Stop using quote syntax in messages
  • Loading branch information
jonathansick authored Apr 3, 2024
2 parents eb8399a + ad80a2c commit 8afd891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Find changes for the upcoming release in the project's [changelog.d directory](h

<!-- scriv-insert-here -->

<a id='changelog-0.2.1'></a>
## 0.2.1 (2024-04-03)

### Bug fixes

- Stop using the mrkdwn quote in the main unfurled content because it down't present well in mobile views.

<a id='changelog-0.2.0'></a>
## 0.2.0 (2024-03-04)

Expand Down
2 changes: 1 addition & 1 deletion src/unfurlbot/services/jiraunfurler.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def format_slack_message(

# The main section block
main_block = SlackTextSectionBlock(
text=(f"> <{issue.homepage}|*{issue.key}*> {issue.summary}"),
text=(f"<{issue.homepage}|*{issue.key}*> {issue.summary}"),
fields=[],
)

Expand Down

0 comments on commit 8afd891

Please sign in to comment.