mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix broken local actors
Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
This commit is contained in:
parent
92315d979c
commit
8795d6f254
11 changed files with 90 additions and 26 deletions
|
@ -221,7 +221,7 @@ async function createUser (req: express.Request, res: express.Response) {
|
|||
id: account.id
|
||||
}
|
||||
}
|
||||
}).end()
|
||||
})
|
||||
}
|
||||
|
||||
async function registerUser (req: express.Request, res: express.Response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue