From 1a4a6382d3d094fe437a44083c934bd03fb0de57 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 22 Sep 2022 14:34:07 -0500 Subject: [PATCH] Make account.chats_onboarded true by default for backwards-compatibility --- app/soapbox/normalizers/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/normalizers/account.ts b/app/soapbox/normalizers/account.ts index 64c5365db..63ad77c48 100644 --- a/app/soapbox/normalizers/account.ts +++ b/app/soapbox/normalizers/account.ts @@ -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: '',