diff --git a/lib/view/widget/mfm.dart b/lib/view/widget/mfm.dart index 67e2e7f6..8ca12f72 100644 --- a/lib/view/widget/mfm.dart +++ b/lib/view/widget/mfm.dart @@ -66,6 +66,7 @@ List buildMfm( unicodeEmojiBuilder: (emoji, style) => UnicodeEmoji( account: account, emoji: emoji, + style: style, onTap: onTapEmoji != null ? () => onTapEmoji.call(emoji) : null, inline: true, ),