mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-23 22:35:05 -04:00
add full post image support for subreddit rss #175, also add console.log for teddit api requests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user