mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-22 22:25:01 -04:00
add flairs to preferences
This commit is contained in:
@@ -96,7 +96,7 @@ module.exports = function() {
|
||||
if(api_target === 'reddit') {
|
||||
return res.end(JSON.stringify(json))
|
||||
} else {
|
||||
let processed_json = await processJsonSubreddit(_json, from)
|
||||
let processed_json = await processJsonSubreddit(_json, from, null, req.cookies)
|
||||
|
||||
let protocol = (config.https_enabled ? 'https' : 'http')
|
||||
for(var i = 0; i < processed_json.links.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user