aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub/actor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/activitypub/actor.ts')
-rw-r--r--server/models/activitypub/actor.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts
index b6dacc534..a2fee0012 100644
--- a/server/models/activitypub/actor.ts
+++ b/server/models/activitypub/actor.ts
@@ -62,7 +62,6 @@ export const unusedActorAttributesForAPI = [
62 'sharedInboxUrl', 62 'sharedInboxUrl',
63 'followersUrl', 63 'followersUrl',
64 'followingUrl', 64 'followingUrl',
65 'url',
66 'createdAt', 65 'createdAt',
67 'updatedAt' 66 'updatedAt'
68] 67]