]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/lib/activitypub/videos/shared/index.ts
Refactor AP video update
authorChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 07:35:01 +0000 (09:35 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 2 Jun 2021 14:57:53 +0000 (16:57 +0200)
commit69290ab37b8aead01477b9b98fdfad0e69b08582
tree4b93d349dfce5014925e7f060b3b158ac9b3bbc2
parent81628e5069e0168b11857f276fe8e03b93102dde
Refactor AP video update
12 files changed:
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/videos.ts [deleted file]
server/lib/activitypub/videos/federate.ts [new file with mode: 0644]
server/lib/activitypub/videos/fetch.ts [new file with mode: 0644]
server/lib/activitypub/videos/index.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/index.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/object-to-model-attributes.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/trackers.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/video-create.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/video-sync-attributes.ts [new file with mode: 0644]
server/lib/activitypub/videos/update.ts [new file with mode: 0644]
server/lib/job-queue/handlers/activitypub-refresher.ts