diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/activitypub/objects/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/index.ts b/shared/models/activitypub/objects/index.ts index a6a20e87a..9e2c6b728 100644 --- a/shared/models/activitypub/objects/index.ts +++ b/shared/models/activitypub/objects/index.ts | |||
@@ -2,5 +2,9 @@ export * from './abuse-object' | |||
2 | export * from './cache-file-object' | 2 | export * from './cache-file-object' |
3 | export * from './common-objects' | 3 | export * from './common-objects' |
4 | export * from './dislike-object' | 4 | export * from './dislike-object' |
5 | export * from './object.model' | ||
6 | export * from './playlist-element-object' | ||
7 | export * from './playlist-object' | ||
8 | export * from './video-comment-object' | ||
5 | export * from './video-torrent-object' | 9 | export * from './video-torrent-object' |
6 | export * from './view-object' | 10 | export * from './view-object' |