mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-26 19:07:17 +02:00
feat: help modal for world page
This commit is contained in:
@@ -16,7 +16,7 @@ const intFields = [
|
||||
const worldCategory = {
|
||||
cid: -1,
|
||||
name: 'Uncategorized',
|
||||
description: 'Pseudo-category containing topics that do not strictly fit in with any existing categories',
|
||||
description: 'Topics that do not strictly fit in with any existing categories',
|
||||
icon: 'fa-globe',
|
||||
imageClass: 'cover',
|
||||
bgColor: '#eee',
|
||||
|
||||
@@ -68,8 +68,6 @@ controller.list = async function (req, res) {
|
||||
targetUid: targetUid,
|
||||
});
|
||||
data.name = '[[activitypub:world.name]]';
|
||||
data.description = '[[activitypub:world.description]]';
|
||||
data.descriptionParsed = data.description;
|
||||
delete data.children;
|
||||
|
||||
data.topicCount = await db.sortedSetIntersectCard(sets);
|
||||
|
||||
Reference in New Issue
Block a user