diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/activitypub/activity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/activity.ts b/shared/models/activitypub/activity.ts index 84f5d851f..d5359eba1 100644 --- a/shared/models/activitypub/activity.ts +++ b/shared/models/activitypub/activity.ts | |||
@@ -51,7 +51,7 @@ export interface ActivityAccept extends BaseActivity { | |||
51 | 51 | ||
52 | export interface ActivityAnnounce extends BaseActivity { | 52 | export interface ActivityAnnounce extends BaseActivity { |
53 | type: 'Announce' | 53 | type: 'Announce' |
54 | object: ActivityCreate | 54 | object: ActivityCreate | string |
55 | } | 55 | } |
56 | 56 | ||
57 | export interface ActivityUndo extends BaseActivity { | 57 | export interface ActivityUndo extends BaseActivity { |