fix: support youtube watch links as preview links

This commit is contained in:
Jannat Patel
2026-03-02 13:01:59 +05:30
parent 94f0f79404
commit f63a4a44a2
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -694,7 +694,6 @@ export const escapeHTML = (text) => {
'"': '"',
"'": ''',
'`': '`',
'=': '=',
}
return String(text).replace(