fix: send html in category description

This commit is contained in:
Julian Lam
2024-07-09 15:13:12 -04:00
parent 485b775837
commit f605e188db

View File

@@ -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);