fix: set remote users to approved on updates
This commit is contained in:
parent
07b72c65b9
commit
c79abfa8d9
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ export class ApPersonService implements OnModuleInit {
|
||||||
emojis: emojiNames,
|
emojis: emojiNames,
|
||||||
name: truncate(person.name, nameLength),
|
name: truncate(person.name, nameLength),
|
||||||
tags,
|
tags,
|
||||||
|
approved: true,
|
||||||
isBot: getApType(object) === 'Service',
|
isBot: getApType(object) === 'Service',
|
||||||
isCat: (person as any).isCat === true,
|
isCat: (person as any).isCat === true,
|
||||||
speakAsCat: (person as any).speakAsCat != null ? (person as any).speakAsCat === true : (person as any).isCat === true,
|
speakAsCat: (person as any).speakAsCat != null ? (person as any).speakAsCat === true : (person as any).isCat === true,
|
||||||
|
|
Loading…
Reference in a new issue