Make account.chats_onboarded true by default for backwards-compatibility
This commit is contained in:
parent
516d35e8ab
commit
1a4a6382d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const AccountRecord = ImmutableRecord({
|
|||
avatar_static: '',
|
||||
birthday: '',
|
||||
bot: false,
|
||||
chats_onboarded: false,
|
||||
chats_onboarded: true,
|
||||
created_at: '',
|
||||
discoverable: false,
|
||||
display_name: '',
|
||||
|
|
Loading…
Reference in a new issue