Make account.chats_onboarded true by default for backwards-compatibility
This commit is contained in:
@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user