Option for enabling live only on local videos.

This commit is contained in:
John Livingston
2021-02-20 23:37:23 +01:00
parent 40d6ade8b6
commit a06961c5cc
3 changed files with 14 additions and 1 deletions

View File

@ -19,6 +19,13 @@ async function register ({
default: false,
private: false
})
registerSetting({
name: 'chat-only-locals',
label: 'Chats are only available for local videos.',
type: 'input-checkbox',
default: true,
private: false
})
registerSetting({
name: 'chat-all-lives',
label: 'Activate chat for all lives',