mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
fix: send html in category description
This commit is contained in:
@@ -205,7 +205,7 @@ Mocks.actors.user = async (uid) => {
|
||||
Mocks.actors.category = async (cid) => {
|
||||
let {
|
||||
name, handle: preferredUsername, slug,
|
||||
description: summary, backgroundImage,
|
||||
descriptionParsed: summary, backgroundImage,
|
||||
} = await categories.getCategoryData(cid);
|
||||
const publicKey = await activitypub.getPublicKey('cid', cid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user