1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Do not support subscriptions to accounts

This commit is contained in:
Chocobozzz 2020-04-16 16:36:43 +02:00
parent bd65cf02ff
commit 2c0ccd4b3f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 7 additions and 1 deletions

View file

@ -53,7 +53,6 @@ const userSubscriptionGetValidator = [
.json({
error: `Subscription ${req.params.uri} not found.`
})
.end()
}
res.locals.subscription = subscription