From b5206dfc455c119b0dcb897bd7144be6ea4d999d Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Tue, 3 Dec 2019 21:48:31 +0100 Subject: Fix retrieving of deleted comments when subscribing to a new instance --- shared/models/activitypub/objects/common-objects.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/activitypub') diff --git a/shared/models/activitypub/objects/common-objects.ts b/shared/models/activitypub/objects/common-objects.ts index df287d570..de1116ab3 100644 --- a/shared/models/activitypub/objects/common-objects.ts +++ b/shared/models/activitypub/objects/common-objects.ts @@ -93,9 +93,11 @@ export interface ActivityPubAttributedTo { export interface ActivityTombstoneObject { '@context'?: any id: string + url?: string type: 'Tombstone' name?: string formerType?: string + inReplyTo?: string published: string updated: string deleted: string -- cgit v1.2.3