projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fdfdc
)
Log typo
author
Chocobozzz
<me@florianbigard.com>
Tue, 2 Jul 2019 09:21:14 +0000
(11:21 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 3 Jul 2019 14:07:30 +0000
(16:07 +0200)
server/lib/activitypub/process/process-flag.ts
patch
|
blob
|
history
diff --git
a/server/lib/activitypub/process/process-flag.ts
b/server/lib/activitypub/process/process-flag.ts
index 79ce6fb41e56e884cbdb5934a669dd3e25aa506e..0b39760893b106802fe40e05ba2cbf1f47a131ba 100644
(file)
--- 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
dislik
e with the non account actor ' + byActor.url)
+ if (!account) throw new Error('Cannot create
video abus
e with the non account actor ' + byActor.url)
const { video } = await getOrCreateVideoAndAccountAndChannel({ videoObject: flag.object })