sforkowany z mirror/soapbox
Make account.chats_onboarded true by default for backwards-compatibility
rodzic
516d35e8ab
commit
1a4a6382d3
|
@ -27,7 +27,7 @@ export const AccountRecord = ImmutableRecord({
|
||||||
avatar_static: '',
|
avatar_static: '',
|
||||||
birthday: '',
|
birthday: '',
|
||||||
bot: false,
|
bot: false,
|
||||||
chats_onboarded: false,
|
chats_onboarded: true,
|
||||||
created_at: '',
|
created_at: '',
|
||||||
discoverable: false,
|
discoverable: false,
|
||||||
display_name: '',
|
display_name: '',
|
||||||
|
|
Ładowanie…
Reference in New Issue