From 4cd43c340b62882f931815196a62585cf735c988 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 13 Apr 2023 10:43:24 -0500 Subject: [PATCH] Fix group types :( --- app/soapbox/normalizers/group.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/normalizers/group.ts b/app/soapbox/normalizers/group.ts index 44b2a48d2..127bca29f 100644 --- a/app/soapbox/normalizers/group.ts +++ b/app/soapbox/normalizers/group.ts @@ -33,6 +33,7 @@ export const GroupRecord = ImmutableRecord({ members_count: 0, note: '', statuses_visibility: 'public', + slug: '', tags: [], uri: '', url: '',