From 973b4e77bc662ea40f46981c8229802bf39bc8da Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Mon, 26 Feb 2024 11:31:56 -0700 Subject: [PATCH] fix: Fixed Event Names Bump beta build to included fixed event names --- example/src/ConversationScreen.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/example/src/ConversationScreen.tsx b/example/src/ConversationScreen.tsx index b7b45e626..86531bc1c 100644 --- a/example/src/ConversationScreen.tsx +++ b/example/src/ConversationScreen.tsx @@ -49,7 +49,6 @@ type Attachment = { file?: DocumentPickerAsset image?: ImagePickerAsset } - const hiddenMessageTypes = ['xmtp.org/reaction:1.0'] /// Show the messages in a conversation.