diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-03 14:30:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-03 16:40:32 +0200 |
commit | 49af5ac8c2653cb0ef23479c9d3256c5b724d49d (patch) | |
tree | 6783df1833b13e141cfd5dc0177531887c4a4e2e /shared | |
parent | 9777fe9eebe53debdf45091cab98f72a5987e05a (diff) | |
download | PeerTube-49af5ac8c2653cb0ef23479c9d3256c5b724d49d.tar.gz PeerTube-49af5ac8c2653cb0ef23479c9d3256c5b724d49d.tar.zst PeerTube-49af5ac8c2653cb0ef23479c9d3256c5b724d49d.zip |
Refactor AP playlists
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' |