]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/process/process-update.ts
Delete invalid or deleted remote videos
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / process / process-update.ts
index bd4013555dc12f55457277d64764b2905fd57add..03831a00e108947e060dabd80ad24c6a72e5ffdc 100644 (file)
@@ -59,7 +59,6 @@ async function processUpdateVideo (actor: ActorModel, activity: ActivityUpdate)
     videoObject,
     account: actor.Account,
     channel: channelActor.VideoChannel,
-    updateViews: true,
     overrideTo: activity.to
   }
   return updateVideoFromAP(updateOptions)