aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos/shared/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-02 10:41:46 +0200
committerChocobozzz <me@florianbigard.com>2021-06-02 16:57:53 +0200
commit08a47c75f992e7138dca5121f227909a8347d365 (patch)
treeff66fdaacef9b68a046a55b953fbf9dc6a97843a /server/lib/activitypub/videos/shared/index.ts
parent69290ab37b8aead01477b9b98fdfad0e69b08582 (diff)
downloadPeerTube-08a47c75f992e7138dca5121f227909a8347d365.tar.gz
PeerTube-08a47c75f992e7138dca5121f227909a8347d365.tar.zst
PeerTube-08a47c75f992e7138dca5121f227909a8347d365.zip
Refactor AP video create/update
Diffstat (limited to 'server/lib/activitypub/videos/shared/index.ts')
-rw-r--r--server/lib/activitypub/videos/shared/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos/shared/index.ts b/server/lib/activitypub/videos/shared/index.ts
index 4d24fbc6a..208a43705 100644
--- a/server/lib/activitypub/videos/shared/index.ts
+++ b/server/lib/activitypub/videos/shared/index.ts
@@ -1,4 +1,5 @@
1export * from './abstract-builder'
2export * from './creator'
1export * from './object-to-model-attributes' 3export * from './object-to-model-attributes'
2export * from './trackers' 4export * from './trackers'
3export * from './video-create'
4export * from './video-sync-attributes' 5export * from './video-sync-attributes'