Add support to disable chat join messages. Closes https://github.com/owncast/owncast/issues/1582 (#452)

This commit is contained in:
Gabe Kangas
2022-03-05 22:36:38 -08:00
committed by GitHub
parent f66357da46
commit ff3cda97f3
4 changed files with 30 additions and 1 deletions

View File

@@ -113,5 +113,6 @@ export interface ConfigDetails {
forbiddenUsernames: string[];
suggestedUsernames: string[];
chatDisabled: boolean;
chatJoinMessagesEnabled: boolean;
federation: Federation;
}