From 47ac247f83abb6ca521bfdd91da50c33bc51bf59 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Fri, 14 Jun 2019 15:32:09 +1000 Subject: [PATCH] Comment out the show all media button --- ts/components/conversation/ConversationHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/ConversationHeader.tsx b/ts/components/conversation/ConversationHeader.tsx index d781def1e..096ca3ecd 100644 --- a/ts/components/conversation/ConversationHeader.tsx +++ b/ts/components/conversation/ConversationHeader.tsx @@ -199,7 +199,7 @@ export class ConversationHeader extends React.Component { onDeleteContact, onResetSession, onSetDisappearingMessages, - onShowAllMedia, + // onShowAllMedia, onShowGroupMembers, onShowSafetyNumber, onArchive, @@ -232,7 +232,7 @@ export class ConversationHeader extends React.Component { ))} - {i18n('viewAllMedia')} + {/* {i18n('viewAllMedia')} */} {isGroup ? ( {i18n('showMembers')}