Skip to content

Commit

Permalink
feat: add global feed to web
Browse files Browse the repository at this point in the history
  • Loading branch information
CaramelKat committed Jan 20, 2025
1 parent 1186169 commit ceffdc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/services/juxt-web/routes/console/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,11 @@ router.get('/all', async function (req, res) {

res.render(req.directory + '/feed.ejs', {
moment: moment,
title: req.lang.global.activity_feed,
title: res.locals.lang.global.activity_feed,
userContent: userContent,
posts: posts,
communityMap: communityMap,
account_server: config.account_server_domain.slice(8),
cdnURL: config.CDN_domain,
lang: req.lang,
mii_image_CDN: config.mii_image_CDN,
pid: req.pid,
bundle,
tab: 1,
template: 'posts_list'
Expand Down

0 comments on commit ceffdc3

Please sign in to comment.