diff options
author | luz paz <luzpaz@pm.me> | 2022-06-07 09:45:06 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-06-07 16:41:21 +0200 |
commit | 7a4fd56ccd86518a6b14c407fc977c7904337448 (patch) | |
tree | 6cf30232dff7f1a0740f0d240eb173da033e272b /server/lib/activitypub/process | |
parent | 6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab (diff) | |
download | PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.gz PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.tar.zst PeerTube-7a4fd56ccd86518a6b14c407fc977c7904337448.zip |
Fix various typos
Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
Diffstat (limited to 'server/lib/activitypub/process')
-rw-r--r-- | server/lib/activitypub/process/process-create.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/process/process-create.ts b/server/lib/activitypub/process/process-create.ts index 3e7931bb2..76ed37aae 100644 --- a/server/lib/activitypub/process/process-create.ts +++ b/server/lib/activitypub/process/process-create.ts | |||
@@ -124,7 +124,7 @@ async function processCreateVideoComment (activity: ActivityCreate, byActor: MAc | |||
124 | return | 124 | return |
125 | } | 125 | } |
126 | 126 | ||
127 | // Try to not forward unwanted commments on our videos | 127 | // Try to not forward unwanted comments on our videos |
128 | if (video.isOwned()) { | 128 | if (video.isOwned()) { |
129 | if (await isBlockedByServerOrAccount(comment.Account, video.VideoChannel.Account)) { | 129 | if (await isBlockedByServerOrAccount(comment.Account, video.VideoChannel.Account)) { |
130 | logger.info('Skip comment forward from blocked account or server %s.', comment.Account.Actor.url) | 130 | logger.info('Skip comment forward from blocked account or server %s.', comment.Account.Actor.url) |