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, 1 insertions, 0 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts
index 2ef7c77a2..ed7fcfe27 100644
--- a/server/models/activitypub/actor.ts
+++ b/server/models/activitypub/actor.ts
@@ -271,6 +271,7 @@ export class ActorModel extends Model<ActorModel> {
271 271
272 return { 272 return {
273 id: this.id, 273 id: this.id,
274 url: this.url,
274 uuid: this.uuid, 275 uuid: this.uuid,
275 host: this.getHost(), 276 host: this.getHost(),
276 score, 277 score,