mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fetch outbox to grab old activities tests
This commit is contained in:
parent
c986175d68
commit
c46edbc2f6
11 changed files with 81 additions and 30 deletions
|
@ -48,7 +48,7 @@ function addRemoteVideo (account: AccountInstance,
|
|||
activity: ActivityAdd,
|
||||
videoChannel: VideoChannelInstance,
|
||||
videoToCreateData: VideoTorrentObject) {
|
||||
logger.debug('Adding remote video %s.', videoToCreateData.url)
|
||||
logger.debug('Adding remote video %s.', videoToCreateData.id)
|
||||
|
||||
return db.sequelize.transaction(async t => {
|
||||
const sequelizeOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue