fix: add missing tab parameter to topics
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled

This commit is contained in:
William Oldham 2025-03-23 20:09:42 +00:00
parent c2dc785a26
commit 1313f0fffd

View File

@ -37,6 +37,7 @@ router.get('/', async function (req, res) {
posts: posts,
communityMap: communityMap,
account_server: config.account_server_domain.slice(8),
tab: 1,
bundle,
template: 'posts_list'
});