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

Commit 1e11e55

Browse files
committed
fixup! Add support for rendering custom emojis in reactions
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent 0fe5a93 commit 1e11e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/messages/ReactionsRowButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default class ReactionsRowButton extends React.PureComponent<IProps, ISta
134134
{content.startsWith("mxc://") ? (
135135
<img
136136
className="mx_ReactionsRowButton_content"
137+
alt={content}
137138
src={MatrixClientPeg.get().mxcUrlToHttp(content)}
138139
width="16"
139140
height="16"

0 commit comments

Comments
 (0)