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:
parent
bd65cf02ff
commit
2c0ccd4b3f
3 changed files with 7 additions and 1 deletions
|
@ -53,7 +53,6 @@ const userSubscriptionGetValidator = [
|
|||
.json({
|
||||
error: `Subscription ${req.params.uri} not found.`
|
||||
})
|
||||
.end()
|
||||
}
|
||||
|
||||
res.locals.subscription = subscription
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue