mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Add admin support for established user mode. https://github.com/owncast/owncast/issues/1587 (#430)
This commit is contained in:
@ -61,6 +61,7 @@ export const initialServerConfigState: ConfigDetails = {
|
||||
suggestedUsernames: [],
|
||||
chatDisabled: false,
|
||||
chatJoinMessagesEnabled: true,
|
||||
chatEstablishedUserMode: false,
|
||||
};
|
||||
|
||||
const initialServerStatusState = {
|
||||
|
||||
Reference in New Issue
Block a user