From 564e26ade5a29bc05f8381831aada9be98bda135 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Mon, 5 Aug 2024 14:23:01 -0600 Subject: [PATCH] remove default --- utils/xmtpRN/conversations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/xmtpRN/conversations.ts b/utils/xmtpRN/conversations.ts index bcaa388d7..bc07573a0 100644 --- a/utils/xmtpRN/conversations.ts +++ b/utils/xmtpRN/conversations.ts @@ -107,7 +107,7 @@ const protocolGroupToStateConversation = async ( groupName: group.name, groupCreator, groupAddedBy, - isActive: group.isGroupActive ?? true, + isActive: group.isGroupActive, }; };