forgor the return

This commit is contained in:
Cynthia Foxwell 2024-01-15 14:34:51 -07:00
parent 6c97c3f547
commit 12f410a1cb
1 changed files with 2 additions and 0 deletions

View File

@ -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) {