mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
Add link component
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user