diff options
author | Vitaly Takmazov | 2019-04-08 17:12:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 603c3960422fc9976d270cf8dc57afd245caa6e4 (patch) | |
tree | c4bcabc940546eb0d605d5815c6d69b24baad2e1 /vnext/src/utils/embed.js | |
parent | 820a5033db1a629f62d24fcfec2b2505abcb0b93 (diff) |
Embed links
Diffstat (limited to 'vnext/src/utils/embed.js')
-rw-r--r-- | vnext/src/utils/embed.js | 4 |
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. */ |