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 a28260ffd..f555f0118 100644 --- a/shared/models/activitypub/activity.ts +++ b/shared/models/activitypub/activity.ts | |||
@@ -22,7 +22,7 @@ export interface BaseActivity { | |||
22 | id: string | 22 | id: string |
23 | to?: string[] | 23 | to?: string[] |
24 | cc?: string[] | 24 | cc?: string[] |
25 | actor: string | 25 | actor: string | ActivityPubActor |
26 | type: ActivityType | 26 | type: ActivityType |
27 | signature?: ActivityPubSignature | 27 | signature?: ActivityPubSignature |
28 | } | 28 | } |