1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-16 20:20:36 +01:00

Update handleTedditApiSubreddit 'routes/user.js'

This commit is contained in:
gawii0 2021-12-27 18:19:05 +01:00
parent e870b9ea50
commit 0d2de61444

View File

@ -327,7 +327,8 @@ userRoutes.get('/u/:user/m/:custom_feed/:sort?', (req, res, next) => {
'redis',
api_type,
api_target,
subreddit
subreddit,
'full'
);
} else {
let processed_json = await processJsonSubreddit(
@ -397,7 +398,8 @@ userRoutes.get('/u/:user/m/:custom_feed/:sort?', (req, res, next) => {
'from_online',
api_type,
api_target,
subreddit
subreddit,
'full'
);
} else {
let processed_json = await processJsonSubreddit(