Skip to content

Commit

Permalink
enable chat for anonymous viewers
Browse files Browse the repository at this point in the history
  • Loading branch information
slugalisk committed Sep 3, 2024
1 parent 7d9b862 commit ec90bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoutesWithChat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default compose(
showFooter: state.ui.showFooter,
chatSize: state.ui.chatSize,
showLeftChat: idx(state, _ => _.self.profile.data.left_chat),
chatClosed: !state.ui.showChat || !state.self.isLoggedIn,
chatClosed: !state.ui.showChat,
headerClosed: !state.ui.showHeader,
}),
{
Expand Down

0 comments on commit ec90bcf

Please sign in to comment.