JohnXLivingston / peertube-plugin-livechat

GNU Affero General Public License v3.0
86 stars 26 forks source link

Handle livechat-active parameter on live creation endpoint. #413

Closed JohnXLivingston closed 2 weeks ago

JohnXLivingston commented 3 weeks ago

So that the Android Peertube Live app can enable the chat in one request. See #400 for more information.

Description

This concern the plugin when the settings "chat-per-live-video" is true (which is default). In other words, when streamers can enable/disable chat for each lives by themselves.

Before this, when a live was created, the chat was not enabled before the users edits chat meta data, and submit the form.

This PR allow to pass the livechat-active parameter.

Related issues

400

Mandatory Checks