aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/actors/updater.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/actors/updater.ts')
-rw-r--r--server/lib/activitypub/actors/updater.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/actors/updater.ts b/server/lib/activitypub/actors/updater.ts
index 137980460..73bdf1edc 100644
--- a/server/lib/activitypub/actors/updater.ts
+++ b/server/lib/activitypub/actors/updater.ts
@@ -11,7 +11,7 @@ import { getImagesInfoFromObject } from './shared/object-to-model-attributes'
11 11
12export class APActorUpdater { 12export class APActorUpdater {
13 13
14 private accountOrChannel: MAccount | MChannel 14 private readonly accountOrChannel: MAccount | MChannel
15 15
16 constructor ( 16 constructor (
17 private readonly actorObject: ActivityPubActor, 17 private readonly actorObject: ActivityPubActor,