feat: #13255 new topics in remote category addresses remote category, tests, fixes to tests

This commit is contained in:
Julian Lam
2025-03-21 14:16:33 -04:00
parent 0b333fb7d4
commit b8c531d53d
6 changed files with 115 additions and 16 deletions

View File

@@ -28,8 +28,8 @@ Helpers.mocks.person = (override = {}) => {
outbox: `${id}/outbox`,
type: 'Person',
name: slugify(uuid),
preferredUsername: uuid,
name: slugify(id),
preferredUsername: id,
publicKey: {
id: `${id}#key`,