diff --git a/web/chat/message-action-buttons.js b/web/chat/message-action-buttons.js --- a/web/chat/message-action-buttons.js +++ b/web/chat/message-action-buttons.js @@ -170,12 +170,20 @@ ); } - return ( + const { isViewer } = messageInfo.creator; + const messageActionButtons = isViewer ? (
{sidebarButton} {replyButton}
+ ) : ( +
+ {replyButton} + {sidebarButton} +
); + + return messageActionButtons; } function getMessageActionTooltipStyle(