This commit is contained in:
syuilo 2019-04-12 02:22:22 +09:00
parent bd76ba702f
commit b89cffe98d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -143,7 +143,7 @@ export async function createPerson(uri: string, resolver?: Resolver): Promise<Us
id: genId(),
avatarId: null,
bannerId: null,
createdAt: new Date(person.published) || new Date(),
createdAt: new Date(),
lastFetchedAt: new Date(),
name: person.name,
isLocked: person.manuallyApprovesFollowers,