This commit is contained in:
Sadaqat Ali 2022-10-02 19:16:29 +05:00
parent fe223e08af
commit c756e2e1af

View File

@ -221,7 +221,7 @@ export const extractMetadata = (body: string, thumbUrl?: string) => {
const mUrls = extractUrls(body);
const mUsers = body && body.match(userReg);
const matchedImages = extractImageUrls({urls:mUrls});
const matchedImages = extractImageUrls({ urls: mUrls });
const matchedLinks = [];
const matchedUsers = [];