aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/activitypub/objects/common-objects.ts2
1 files changed, 2 insertions, 0 deletions
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 {
93export interface ActivityTombstoneObject { 93export interface ActivityTombstoneObject {
94 '@context'?: any 94 '@context'?: any
95 id: string 95 id: string
96 url?: string
96 type: 'Tombstone' 97 type: 'Tombstone'
97 name?: string 98 name?: string
98 formerType?: string 99 formerType?: string
100 inReplyTo?: string
99 published: string 101 published: string
100 updated: string 102 updated: string
101 deleted: string 103 deleted: string