Skip to content

Commit f52b4e8

Browse files
authored
Merge pull request #2943 from objectcomputing/bugfix-2933/fix-kudos-urls-and-channels
Made a blind attempt to use Slack mrkdown as the section type for kud…
2 parents 8c2a0da + 6888c15 commit f52b4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/slack/kudos_slack_blocks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "section",
1212
"text": {
13-
"type": "plain_text",
13+
"type": "mrkdwn",
1414
"text": "%s"
1515
}
1616
},

0 commit comments

Comments
 (0)