mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Unfollow with host
This commit is contained in:
parent
a7d647c440
commit
39fdb3c032
4 changed files with 5 additions and 45 deletions
|
@ -62,5 +62,5 @@ async function follow (actor: ActorModel, targetActorURL: string) {
|
|||
return sendAccept(actorFollow, t)
|
||||
})
|
||||
|
||||
logger.info('Actor uuid %s is followed by actor %s.', actor.url, targetActorURL)
|
||||
logger.info('Actor %s is followed by actor %s.', actor.url, targetActorURL)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue