forgor the return
This commit is contained in:
parent
6c97c3f547
commit
12f410a1cb
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ function htmlToMarkdown(str) {
|
|||
str = parseHtmlEntities(str);
|
||||
// whyyyyyyyyyyyy
|
||||
str = str.replace(/\[https?:\/\/.+?\]\((https?:\/\/.+?)\)/gi, "$1");
|
||||
|
||||
return str;
|
||||
}
|
||||
|
||||
async function processUrl(msg, url, spoiler = false) {
|
||||
|
|
Loading…
Reference in a new issue