Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Show full thread message in hover title on thread summary (#8568)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed May 13, 2022
1 parent 26bc3ab commit 438e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/ThreadSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const ThreadMessagePreview = ({ thread, showDisplayname = false }: IPrevi
{ showDisplayname && <div className="mx_ThreadSummary_sender">
{ lastReply.sender?.name ?? lastReply.getSender() }
</div> }
<div className="mx_ThreadSummary_content">
<div className="mx_ThreadSummary_content" title={preview}>
<span className="mx_ThreadSummary_message-preview">
{ preview }
</span>
Expand Down

0 comments on commit 438e66b

Please sign in to comment.