Set chat declaration upon signup (#4084)
This commit is contained in:
parent
cef243bcf4
commit
1b47ea7367
3 changed files with 10 additions and 4 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue