feat: add global feed to web
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run

This commit is contained in:
Jemma Poffinbarger
2025-01-20 16:06:51 -06:00
parent 1186169121
commit ceffdc36a8

View File

@@ -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'