Skip to content

Commit

Permalink
fix #
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Mar 31, 2024
1 parent 0f48378 commit cbdb529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (c *Client) ForwardMessage(ctx context.Context, everythingChannelID string,
Type: slack.MBTSection,
Text: &slack.TextBlockObject{
Type: slack.MarkdownType,
Text: fmt.Sprintf("<%s|%s> %s", permalink, sourceChannelName, message.Text),
Text: fmt.Sprintf("<%s|#%s> %s", permalink, sourceChannelName, message.Text),
},
},
}
Expand Down

0 comments on commit cbdb529

Please sign in to comment.