aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-09 17:51:58 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:40:51 +0100
commite4f97babf701481b55cc10fb3448feab5f97c867 (patch)
treeaf37402a594dc5ff09f71ecb0687e8cfe4cdb471 /shared/models/index.ts
parent343ad675f2a26c15b86150a9a3552e619d5d44f4 (diff)
downloadPeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.tar.gz
PeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.tar.zst
PeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.zip
Begin activitypub
Diffstat (limited to 'shared/models/index.ts')
-rw-r--r--shared/models/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/index.ts b/shared/models/index.ts
index 02665a3e6..0ccb84d24 100644
--- a/shared/models/index.ts
+++ b/shared/models/index.ts
@@ -1,3 +1,4 @@
1export * from './activitypub'
1export * from './pods' 2export * from './pods'
2export * from './users' 3export * from './users'
3export * from './videos' 4export * from './videos'