burger
This commit is contained in:
parent
c11fa40dfc
commit
079c171065
1 changed files with 1 additions and 2 deletions
|
@ -136,8 +136,7 @@ const checkImages = async (message, extraReturnTypes, video, sticker) => {
|
|||
const fileNameNoExtension = message.content.body.slice(0, message.content.body.lastIndexOf("."));
|
||||
type = {name: fileNameNoExtension, path: url, url: url, type: message.content.info.mimetype}
|
||||
}
|
||||
}
|
||||
if (message.content.msgtype == "m.text") {
|
||||
} else if (message.content.msgtype == "m.text") {
|
||||
let url = message.content.body
|
||||
url = url.replace(/.*\n\n/g, "")
|
||||
if (isValidUrl(url)){
|
||||
|
|
Loading…
Reference in a new issue