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

Commit 0fe5a93

Browse files
committed
fixup! Include custom reaction short names in tooltips
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent a1e9686 commit 0fe5a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/messages/ReactionsRowButtonTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface IProps {
3232
visible: boolean;
3333
}
3434

35-
const getCustomReactionName = (reactionEvents: Set<MatrixEvent>) => {
35+
const getCustomReactionName = (reactionEvents: Set<MatrixEvent>): string => {
3636
for (const event of reactionEvents) {
3737
if (event.event.content?.["com.beeper.reaction.shortcode"]) {
3838
return event.event.content?.["com.beeper.reaction.shortcode"];

0 commit comments

Comments
 (0)