mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add RTL support in conversation list message text (#3539)
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
committed by
Scott Nonnenberg
parent
016a0caf17
commit
5ca53baeae
@@ -164,7 +164,8 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
||||
|
||||
return (
|
||||
<div className="module-conversation-list-item__message">
|
||||
<div
|
||||
<div
|
||||
dir="auto"
|
||||
className={classNames(
|
||||
'module-conversation-list-item__message__text',
|
||||
unreadCount > 0
|
||||
|
||||
Reference in New Issue
Block a user