add full post image support for subreddit rss #175, also add console.log for teddit api requests

This commit is contained in:
teddit
2021-03-27 16:08:15 +01:00
parent e6fd980ca9
commit a143eeb2fe
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ module.exports = function() {
return res.end(JSON.stringify(msg))
}
console.log('Teddit API request - user')
let _json = json // Keep the original json
if(from === 'redis')
json = JSON.parse(json)