fix?: speakAsCat not being federated
This commit is contained in:
parent
a18e0daf4b
commit
b4bb455c09
@ -302,6 +302,7 @@ export async function createPerson(
|
||||
tags,
|
||||
isBot,
|
||||
isCat: (person as any).isCat === true,
|
||||
speakAsCat: person.speakAsCat,
|
||||
isIndexable: person.indexable,
|
||||
}),
|
||||
)) as IRemoteUser;
|
||||
|
@ -81,6 +81,7 @@ export async function renderPerson(user: ILocalUser) {
|
||||
discoverable: !!user.isExplorable,
|
||||
publicKey: renderKey(user, keypair, "#main-key"),
|
||||
isCat: user.isCat,
|
||||
speakAsCat: user.speakAsCat,
|
||||
indexable: user.isIndexable,
|
||||
attachment: attachment.length ? attachment : undefined,
|
||||
} as any;
|
||||
|
Loading…
Reference in New Issue
Block a user