feat(board): add post form UI on desktop with link type previewer

This commit is contained in:
plebeius.eth
2024-04-24 08:48:31 +02:00
parent e48406d854
commit a5a7a97e47
4 changed files with 119 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const getPatternThumbnailUrl = (url: URL): string | undefined => {
}
};
const getLinkMediaInfo = memoize(
export const getLinkMediaInfo = memoize(
(link: string): CommentMediaInfo | undefined => {
if (!isValidURL(link)) {
return;