Possibility to configure an OpenID Connect provider on the instance level WIP (#128).
This commit is contained in:
@ -8,7 +8,8 @@ export const livechatViewerModePlugin = {
|
||||
_converse.api.settings.extend({
|
||||
livechat_enable_viewer_mode: false,
|
||||
livechat_peertube_video_original_url: undefined,
|
||||
livechat_peertube_video_uuid: undefined
|
||||
livechat_peertube_video_uuid: undefined,
|
||||
livechat_external_auth_oidc_button_label: undefined
|
||||
})
|
||||
|
||||
const originalGetDefaultMUCNickname = _converse.getDefaultMUCNickname
|
||||
|
Reference in New Issue
Block a user