Skip to content

Commit bfd2f27

Browse files
committed
Fix jsmnbom#6 I think
1 parent 9dcc9a9 commit bfd2f27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bot/main.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,12 @@ def reply_handler(update: Update, context: CallbackContext):
126126

127127
if comment_type in ('issue', 'pull request'):
128128
repo, number, author = data
129-
130-
text = f'@{author} {msg.text_markdown}'
129+
text = f'@{author} {msg.text_html}'
131130

132131
github_api.add_issue_comment(repo, number, text, access_token=access_token)
133132
elif comment_type == 'pull request review comment':
134133
repo, number, comment_id, author = data
135-
136-
text = f'@{author} {msg.text_markdown}'
134+
text = f'@{author} {msg.text_html}'
137135

138136
github_api.add_review_comment(repo, number, comment_id, text, access_token=access_token)
139137

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy