mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
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`
This commit is contained in:
parent
6d9ed0b6cb
commit
7a4fd56ccd
22 changed files with 32 additions and 32 deletions
|
@ -124,7 +124,7 @@ async function processCreateVideoComment (activity: ActivityCreate, byActor: MAc
|
|||
return
|
||||
}
|
||||
|
||||
// Try to not forward unwanted commments on our videos
|
||||
// Try to not forward unwanted comments on our videos
|
||||
if (video.isOwned()) {
|
||||
if (await isBlockedByServerOrAccount(comment.Account, video.VideoChannel.Account)) {
|
||||
logger.info('Skip comment forward from blocked account or server %s.', comment.Account.Actor.url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue