mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Show moderation menu for moderators. Closes #1864
This commit is contained in:
@ -339,8 +339,8 @@ export function ClientConfigStore() {
|
||||
|
||||
const metadata = mergeMeta(state.meta) as AppStateOptions;
|
||||
|
||||
console.debug('--- APP STATE: ', state.value);
|
||||
console.debug('--- APP META: ', metadata);
|
||||
// console.debug('--- APP STATE: ', state.value);
|
||||
// console.debug('--- APP META: ', metadata);
|
||||
|
||||
setAppState(metadata);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user