From 2633873fcc9216591271843b92fba76509dd8a5a Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 2 Dec 2018 13:19:28 +0100 Subject: [PATCH] Fix syntax error (#3477) src/remote/activitypub/models/person.ts(326,4): error TS1005: ',' expected. --- src/remote/activitypub/models/person.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts index 2bd0eaf25..90d58a124 100644 --- a/src/remote/activitypub/models/person.ts +++ b/src/remote/activitypub/models/person.ts @@ -322,7 +322,7 @@ export async function updatePerson(uri: string, resolver?: Resolver, hint?: obje url: person.url, endpoints: person.endpoints, isBot: object.type == 'Service', - isCat: (person as any).isCat === true + isCat: (person as any).isCat === true, isLocked: person.manuallyApprovesFollowers, createdAt: Date.parse(person.published) || null, publicKey: {