diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/common-objects.ts | 2 |
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 3127d0565..5b2b3adae 100644 --- a/shared/models/activitypub/objects/common-objects.ts +++ b/shared/models/activitypub/objects/common-objects.ts | |||
@@ -22,7 +22,9 @@ export interface ActivityUrlObject { | |||
22 | mimeType: 'video/mp4' | 'video/webm' | 'application/x-bittorrent' | 'application/x-bittorrent;x-scheme-handler/magnet' | 22 | mimeType: 'video/mp4' | 'video/webm' | 'application/x-bittorrent' | 'application/x-bittorrent;x-scheme-handler/magnet' |
23 | href: string | 23 | href: string |
24 | width: number | 24 | width: number |
25 | |||
25 | size?: number | 26 | size?: number |
27 | fps?: number | ||
26 | } | 28 | } |
27 | 29 | ||
28 | export interface ActivityPubAttributedTo { | 30 | export interface ActivityPubAttributedTo { |