diff options
Diffstat (limited to 'server/models/actor')
-rw-r--r-- | server/models/actor/actor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/actor/actor.ts b/server/models/actor/actor.ts index fad2070ea..93145b8ae 100644 --- a/server/models/actor/actor.ts +++ b/server/models/actor/actor.ts | |||
@@ -605,7 +605,7 @@ export class ActorModel extends Model<Partial<AttributesOnly<ActorModel>>> { | |||
605 | image | 605 | image |
606 | } | 606 | } |
607 | 607 | ||
608 | return activityPubContextify(json) | 608 | return activityPubContextify(json, 'Actor') |
609 | } | 609 | } |
610 | 610 | ||
611 | getFollowerSharedInboxUrls (t: Transaction) { | 611 | getFollowerSharedInboxUrls (t: Transaction) { |