From 81688b416bd5aaa56c13e6a5394cf599ce3d3a14 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Tue, 5 Jul 2022 13:51:40 +0200 Subject: [PATCH] =?UTF-8?q?Do=20not=20display=20=E2=80=9CInfos=E2=80=9D=20?= =?UTF-8?q?action=20for=20messages=20in=201-1=20chatrooms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/LinphoneUI/UIChatBubbleTextCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIChatBubbleTextCell.m b/Classes/LinphoneUI/UIChatBubbleTextCell.m index 291e5fb89..425aff9cb 100644 --- a/Classes/LinphoneUI/UIChatBubbleTextCell.m +++ b/Classes/LinphoneUI/UIChatBubbleTextCell.m @@ -897,7 +897,7 @@ static const CGFloat REPLY_OR_FORWARD_TAG_HEIGHT = 18; [VIEW(ChatConversationView) initiateReplyViewForMessage:message]; }]; - if (linphone_chat_message_is_outgoing(self.message) || linphone_chat_room_get_nb_participants(linphone_chat_message_get_chat_room(self.message)) > 1) { + if (linphone_chat_room_get_nb_participants(linphone_chat_message_get_chat_room(self.message)) > 1) { [_messageActionsTitles addObject:NSLocalizedString(@"Infos", nil)]; [_messageActionsIcons addObject:@"menu_info"]; [_messageActionsBlocks addObject:^{