mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-13 17:43:34 +02:00
feat(activitypub): show world category in selectors
Allows for posting to World, showing World in unread/recent/etc also removes now-unnecessary special case for privileges
This commit is contained in:
@@ -25,12 +25,6 @@ privilegesController.get = async function (req, res) {
|
||||
cid: 'admin',
|
||||
name: '[[admin/manage/privileges:admin]]',
|
||||
icon: 'fa-lock',
|
||||
}, {
|
||||
cid: -1,
|
||||
name: '[[activitypub:category.name]]',
|
||||
icon: 'fa-globe',
|
||||
bgColor: '#0000ff',
|
||||
color: '#ffffff',
|
||||
}];
|
||||
|
||||
let selectedCategory;
|
||||
|
||||
Reference in New Issue
Block a user