mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add subscriptions endpoints to REST API
This commit is contained in:
@@ -96,6 +96,7 @@ async function generateVideoFeed (req: express.Request, res: express.Response, n
|
||||
start,
|
||||
count: FEEDS.COUNT,
|
||||
sort: req.query.sort,
|
||||
includeLocalVideos: true,
|
||||
nsfw,
|
||||
filter: req.query.filter,
|
||||
withFiles: true,
|
||||
|
||||
Reference in New Issue
Block a user