mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Add support to disable chat join messages. Closes https://github.com/owncast/owncast/issues/1582 (#452)
This commit is contained in:
@ -59,6 +59,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
forbiddenUsernames: [],
|
||||
suggestedUsernames: [],
|
||||
chatDisabled: false,
|
||||
chatJoinMessagesEnabled: true,
|
||||
};
|
||||
|
||||
const initialServerStatusState = {
|
||||
|
||||
Reference in New Issue
Block a user