Add configuration for domain_replacements

This commit is contained in:
3np
2021-04-06 00:12:31 +09:00
parent 649132ef94
commit a2cab737f8
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ module.exports = function() {
link_flair_text: post.link_flair_text,
ups: post.ups,
images: images,
url: replacePrivacyDomains(post.url, user_preferences),
url: replaceDomains(post.url, user_preferences),
edited: post.edited,
selftext_html: unescape(post.body_html),
num_comments: post.num_comments,