Browse Source

Fix join msgs switch not firing api call

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
0dcfbca318
  1. 1
      web/utils/config-constants.tsx

1
web/utils/config-constants.tsx

@ -213,6 +213,7 @@ export const FIELD_PROPS_CHAT_JOIN_MESSAGES_ENABLED = { @@ -213,6 +213,7 @@ export const FIELD_PROPS_CHAT_JOIN_MESSAGES_ENABLED = {
configPath: '',
label: 'Join Messages',
tip: 'Show when a viewer joins the chat.',
useSubmit: true,
};
export const CHAT_ESTABLISHED_USER_MODE = {

Loading…
Cancel
Save