Skip to content

Commit

Permalink
Bug RocketChat#73: Markdown render while listing all issues of reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
kanishbodhwani committed Mar 28, 2023
1 parent 05cbf53 commit 3f6f26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/lib/issuesListMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export async function issueListMessage({
await modify.getCreator().finish(textSender);
resData.forEach(async (issue) => {
if (typeof issue.pull_request === "undefined" && ind < 10) {
issue.title = issue.title.replace(/[\[\]()`]/g, "");
const textSender = await modify
.getCreator()
.startMessage()
Expand Down

0 comments on commit 3f6f26a

Please sign in to comment.