aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/utils
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-08 17:12:18 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit603c3960422fc9976d270cf8dc57afd245caa6e4 (patch)
treec4bcabc940546eb0d605d5815c6d69b24baad2e1 /vnext/src/utils
parent820a5033db1a629f62d24fcfec2b2505abcb0b93 (diff)
Embed links
Diffstat (limited to 'vnext/src/utils')
-rw-r--r--vnext/src/utils/embed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/src/utils/embed.js b/vnext/src/utils/embed.js
index d4cbab8e..9767b121 100644
--- a/vnext/src/utils/embed.js
+++ b/vnext/src/utils/embed.js
@@ -320,6 +320,10 @@ function embedLinksToPost() {
});
}
+export function embedUrls(urls, embedContainer) {
+ embedLinks(urls, embedContainer);
+}
+
/**
* Embed all the links in all messages/replies on the page.
*/