aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/utils/embed.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/utils/embed.js')
-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.
*/