Check video channel name is unique on our instance
This commit is contained in:
parent
7361c401b1
commit
601527d795
7 changed files with 31 additions and 6 deletions
|
@ -56,7 +56,7 @@ async function getOrCreateActorAndServerAndModel (
|
|||
// We don't have this actor in our database, fetch it on remote
|
||||
if (!actor) {
|
||||
const { result } = await fetchRemoteActor(actorUrl)
|
||||
if (result === undefined) throw new Error('Cannot fetch remote actor.')
|
||||
if (result === undefined) throw new Error('Cannot fetch remote actor ' + actorUrl)
|
||||
|
||||
// Create the attributed to actor
|
||||
// In PeerTube a video channel is owned by an account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue