Respect the 5min chat enabled buffer. Closes #1661
This commit is contained in:
parent
d262510469
commit
08586eaa0e
@ -723,9 +723,7 @@ export default class App extends Component {
|
|||||||
const noVideoContent =
|
const noVideoContent =
|
||||||
!playerActive || (section === ROUTE_RECORDINGS && sectionId !== '');
|
!playerActive || (section === ROUTE_RECORDINGS && sectionId !== '');
|
||||||
const shouldDisplayChat =
|
const shouldDisplayChat =
|
||||||
displayChatPanel && !chatDisabled && !noVideoContent;
|
displayChatPanel && !chatDisabled && chatInputEnabled;
|
||||||
const usernameStyle = chatDisabled ? 'none' : 'flex';
|
|
||||||
// const shouldDisplayChat = displayChatPanel && canChat && !chatDisabled;
|
|
||||||
|
|
||||||
const extraAppClasses = classNames({
|
const extraAppClasses = classNames({
|
||||||
'config-loading': configData.loading,
|
'config-loading': configData.loading,
|
||||||
|
Loading…
Reference in New Issue
Block a user