mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 09:31:17 +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) => {
|
Mocks.actors.category = async (cid) => {
|
||||||
let {
|
let {
|
||||||
name, handle: preferredUsername, slug,
|
name, handle: preferredUsername, slug,
|
||||||
description: summary, backgroundImage,
|
descriptionParsed: summary, backgroundImage,
|
||||||
} = await categories.getCategoryData(cid);
|
} = await categories.getCategoryData(cid);
|
||||||
const publicKey = await activitypub.getPublicKey('cid', cid);
|
const publicKey = await activitypub.getPublicKey('cid', cid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user