Render link flairs

This commit is contained in:
StevenNMeza
2020-12-21 12:33:43 +01:00
parent 5057018fb6
commit fb202af1e5
6 changed files with 35 additions and 23 deletions
+1
View File
@@ -33,6 +33,7 @@ module.exports = function(fetch) {
images: null,
crosspost: false,
selftext: unescape(post.selftext_html),
link_flair: formatLinkFlair(post),
user_flair: formatUserFlair(post)
}