fix: update category mock to save full handle

This commit is contained in:
Julian Lam
2025-10-29 12:32:21 -04:00
parent 6f448ce2f6
commit 524df6e548

View File

@@ -320,7 +320,7 @@ Mocks.category = async (actors) => {
const payload = { const payload = {
cid, cid,
name, name,
handle: preferredUsername, handle: `${preferredUsername}@${hostname}`,
slug: `${preferredUsername}@${hostname}`, slug: `${preferredUsername}@${hostname}`,
description: summary, description: summary,
descriptionParsed: posts.sanitize(summary), descriptionParsed: posts.sanitize(summary),