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

allow limiting video-comments rss feeds to an account or video channel

This commit is contained in:
Rigel Kent 2020-06-27 13:12:30 +02:00
parent 2c31866430
commit 00494d6e2a
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
5 changed files with 119 additions and 23 deletions

View file

@ -29,7 +29,7 @@ function createUser (parameters: CreateUserArgs) {
videoQuota = 1000000,
videoQuotaDaily = -1,
role = UserRole.USER,
specialStatus = 200
specialStatus = 201
} = parameters
const path = '/api/v1/users'