upd: mark remote users as approved

This commit is contained in:
Mar0xy 2023-10-18 20:56:41 +02:00
parent 4e121892e6
commit 20e0d0b2e2
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ export class ApPersonService implements OnModuleInit {
alsoKnownAs: person.alsoKnownAs,
isExplorable: person.discoverable,
username: person.preferredUsername,
approved: true,
usernameLower: person.preferredUsername?.toLowerCase(),
host,
inbox: person.inbox,