aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-11 16:27:07 +0200
committerChocobozzz <me@florianbigard.com>2018-09-13 14:05:49 +0200
commitc48e82b5e0478434de30626d14594a97f2402e7c (patch)
treea78e5272bd0fe4f5b41831e571e02d05f1515b82 /shared/models/index.ts
parenta651038487faa838bda3ce04695b08bc65baff70 (diff)
downloadPeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.gz
PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.zst
PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.zip
Basic video redundancy implementation
Diffstat (limited to 'shared/models/index.ts')
-rw-r--r--shared/models/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/models/index.ts b/shared/models/index.ts
index 170f620e7..e61d6cbdc 100644
--- a/shared/models/index.ts
+++ b/shared/models/index.ts
@@ -1,5 +1,7 @@
1export * from './actors'
2export * from './activitypub' 1export * from './activitypub'
2export * from './actors'
3export * from './avatars'
4export * from './redundancy'
3export * from './users' 5export * from './users'
4export * from './videos' 6export * from './videos'
5export * from './feeds' 7export * from './feeds'