From c14291f00d8ba307d3576670b420135db5b60b30 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Wed, 1 May 2024 11:29:15 -0700 Subject: [PATCH] chore: remove conversation_type_sync --- proto/mls/message_contents/group_metadata.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/mls/message_contents/group_metadata.proto b/proto/mls/message_contents/group_metadata.proto index 5f77b67..36a894a 100644 --- a/proto/mls/message_contents/group_metadata.proto +++ b/proto/mls/message_contents/group_metadata.proto @@ -20,7 +20,6 @@ enum ConversationType { CONVERSATION_TYPE_UNSPECIFIED = 0; CONVERSATION_TYPE_GROUP = 1; CONVERSATION_TYPE_DM = 2; - CONVERSATION_TYPE_SYNC = 3; } // The set of policies that govern the group