Add link component

This commit is contained in:
StevenNMeza
2021-05-24 20:39:28 +02:00
parent ca6d213bdc
commit ac14a7b094
6 changed files with 169 additions and 244 deletions
+1
View File
@@ -65,6 +65,7 @@ module.exports = function() {
created: post.created_utc,
ups: post.ups,
url: replaceDomains(url, user_preferences),
domain: post.domain,
thumbnail: await downloadAndSave(post.thumbnail),
duration: duration,
edited: post.edited,