From 38907e3e087cd6143d1122a6ffecbb435fdb82af Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 23 Aug 2022 00:01:04 -0700 Subject: [PATCH] squareAvatars true by default --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 1f141b2c1..be3e4599a 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -229,7 +229,7 @@ export const defaultStore = markRaw(new Storage('base', { }, squareAvatars: { where: 'device', - default: false, + default: true, }, postFormWithHashtags: { where: 'device',