Merge pull request #798 from loki-project/hide-join-public-chat

Disable join public chat prompt
pull/802/head
Mikunj Varsani 5 years ago committed by GitHub
commit 3985f97e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ export class LeftPaneMessageSection extends React.Component<Props, any> {
this.state = {
showComposeView: false,
pubKeyPasted: '',
shouldRenderMessageOnboarding: length === 0 && renderOnboardingSetting,
shouldRenderMessageOnboarding: length === 0 && renderOnboardingSetting && false,
connectSuccess: false,
loading: false,
};

Loading…
Cancel
Save