diff options
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/actors/updater.ts | 2 |
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 | ||
12 | export class APActorUpdater { | 12 | export 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, |