From: Chocobozzz Date: Tue, 2 Jul 2019 09:21:14 +0000 (+0200) Subject: Log typo X-Git-Tag: v1.4.0-rc.1~136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d89954ff0ba4bd51ee88a4691c7b377a1252f889;p=oweals%2Fpeertube.git Log typo --- diff --git a/server/lib/activitypub/process/process-flag.ts b/server/lib/activitypub/process/process-flag.ts index 79ce6fb41..0b3976089 100644 --- a/server/lib/activitypub/process/process-flag.ts +++ b/server/lib/activitypub/process/process-flag.ts @@ -27,7 +27,7 @@ async function processCreateVideoAbuse (activity: ActivityCreate | ActivityFlag, logger.debug('Reporting remote abuse for video %s.', getAPId(flag.object)) const account = byActor.Account - if (!account) throw new Error('Cannot create dislike with the non account actor ' + byActor.url) + if (!account) throw new Error('Cannot create video abuse with the non account actor ' + byActor.url) const { video } = await getOrCreateVideoAndAccountAndChannel({ videoObject: flag.object })