diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-19 17:07:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-19 17:07:58 +0100 |
commit | d7a7c248b36af5f9cf7375ba62720e4a1530eca6 (patch) | |
tree | 8e50a51ba9196965e775968797326a02fc3302cf /shared | |
parent | 85414add64d2215a44866471913a8470638742e4 (diff) | |
download | PeerTube-d7a7c248b36af5f9cf7375ba62720e4a1530eca6.tar.gz PeerTube-d7a7c248b36af5f9cf7375ba62720e4a1530eca6.tar.zst PeerTube-d7a7c248b36af5f9cf7375ba62720e4a1530eca6.zip |
Handle mastodon shares
Diffstat (limited to 'shared')
-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 { |