X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Findex.ts;h=d8c7d83b7e80e5aa6effb527b271f68646d95ad1;hb=652c64165b3d8d1c5d5fc646c29e5cd1c82a3330;hp=b1daa70bb49faefee711e5cfd9ba50c3a6cbceb5;hpb=892211e8493b1f992fce7616cb1e48b7ff87a1dc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/index.ts b/server/lib/activitypub/index.ts index b1daa70bb..d8c7d83b7 100644 --- a/server/lib/activitypub/index.ts +++ b/server/lib/activitypub/index.ts @@ -1,7 +1,9 @@ export * from './process' export * from './send' -export * from './account' +export * from './actor' export * from './share' -export * from './video-channels' +export * from './playlist' export * from './videos' +export * from './video-comments' +export * from './video-rates' export * from './url'