fix: set remote users to approved on updates
This commit is contained in:
parent
07b72c65b9
commit
c79abfa8d9
@ -464,6 +464,7 @@ export class ApPersonService implements OnModuleInit {
|
||||
emojis: emojiNames,
|
||||
name: truncate(person.name, nameLength),
|
||||
tags,
|
||||
approved: true,
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user