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:
parent
bd65cf02ff
commit
2c0ccd4b3f
3 changed files with 7 additions and 1 deletions
|
@ -112,6 +112,7 @@ function addUserSubscription (req: express.Request, res: express.Response) {
|
|||
const payload = {
|
||||
name,
|
||||
host,
|
||||
assertIsChannel: true,
|
||||
followerActorId: user.Account.Actor.id
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue