diff --git a/app/soapbox/features/chats/components/chat_message_list.js b/app/soapbox/features/chats/components/chat_message_list.js index 1247c404f..af35f216d 100644 --- a/app/soapbox/features/chats/components/chat_message_list.js +++ b/app/soapbox/features/chats/components/chat_message_list.js @@ -248,6 +248,7 @@ class ChatMessageList extends ImmutablePureComponent { title={this.getFormattedTimestamp(chatMessage)} className='chat-message__bubble' ref={this.setBubbleRef} + tabIndex={0} > {this.maybeRenderMedia(chatMessage)}