streams: Allow adding newly created channels to folders.

Fixes part of #31972.
This commit is contained in:
Sahil Batra
2025-05-13 16:38:26 +05:30
committed by Tim Abbott
parent 202bebda89
commit ec96fc9659
5 changed files with 79 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
* [`POST /users/me/subscriptions`](/api/subscribe): Added support to add
newly created channels to folder using `folder_id` parameter.