mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-04 14:41:02 +01:00
fix: speakAsCat not pulled on AP User Update
This commit is contained in:
parent
89924b587a
commit
4bf5c0856f
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
tags,
|
||||
isBot: getApType(object) === 'Service',
|
||||
isCat: (person as any).isCat === true,
|
||||
speakAsCat: (person as any).speakAsCat != null ? (person as any).speakAsCat === true : (person as any).isCat === true,
|
||||
isLocked: person.manuallyApprovesFollowers,
|
||||
movedToUri: person.movedTo ?? null,
|
||||
alsoKnownAs: person.alsoKnownAs ?? null,
|
||||
|
|
Loading…
Add table
Reference in a new issue