Skip to content

Commit

Permalink
Fix emoji incompatibility with mrkdwn
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Jan 22, 2024
1 parent 14b870b commit 28c9df6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/factories/SlackMessageFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ def get_release_note_review_blocks(self, text):
"type": "section",
"text": {
"type": "mrkdwn",
"text": text,
"emoji": True
"text": text
}
},
{
Expand Down

0 comments on commit 28c9df6

Please sign in to comment.