]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/activitypub/videos/updater.ts
Refactor AP video create/update
authorChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 08:41:46 +0000 (10:41 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 14:57:53 +0000 (16:57 +0200)
commit08a47c75f992e7138dca5121f227909a8347d365
treeff66fdaacef9b68a046a55b953fbf9dc6a97843a
parent69290ab37b8aead01477b9b98fdfad0e69b08582
Refactor AP video create/update
server/lib/activitypub/videos/fetch.ts
server/lib/activitypub/videos/index.ts
server/lib/activitypub/videos/shared/abstract-builder.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/creator.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/index.ts
server/lib/activitypub/videos/shared/object-to-model-attributes.ts
server/lib/activitypub/videos/shared/video-create.ts [deleted file]
server/lib/activitypub/videos/update.ts [deleted file]
server/lib/activitypub/videos/updater.ts [new file with mode: 0644]
shared/extra-utils/videos/videos.ts