Add support to disable chat join messages. Closes https://github.com/owncast/owncast/issues/1582 (#452)
This commit is contained in:
@@ -113,5 +113,6 @@ export interface ConfigDetails {
|
||||
forbiddenUsernames: string[];
|
||||
suggestedUsernames: string[];
|
||||
chatDisabled: boolean;
|
||||
chatJoinMessagesEnabled: boolean;
|
||||
federation: Federation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user