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:
parent
2c31866430
commit
00494d6e2a
5 changed files with 119 additions and 23 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue