Set chat declaration upon signup (#4084)

This commit is contained in:
Eric Bailey 2024-05-17 15:38:47 -05:00 committed by GitHub
parent cef243bcf4
commit 1b47ea7367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View file

@ -49,8 +49,6 @@ export function MessagesSettingsScreen({}: Props) {
const gate = useGate()
if (!gate('dms')) return <ClipClopGate />
console.log(profile?.associated?.chat?.allowIncoming)
return (
<CenteredView sideBorders style={a.h_full_vh}>
<ViewHeader title={_(msg`Settings`)} showOnDesktop showBorder />