1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +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

@ -112,6 +112,7 @@ function addUserSubscription (req: express.Request, res: express.Response) {
const payload = {
name,
host,
assertIsChannel: true,
followerActorId: user.Account.Actor.id
}