mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-20 08:15:49 -05:00
feat: add global feed to web
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user