Skip to content

Commit

Permalink
UserReactionでノートのreactionEmojisを渡す
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Sep 5, 2023
1 parent 0112e99 commit e364adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/user_page/user_reactions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class UserReaction extends ConsumerWidget {
child: CustomEmoji(
emojiData: MisskeyEmojiData.fromEmojiName(
emojiName: response.type,
emojiInfo: response.note.reactionEmojis,
repository: ref.read(
emojiRepositoryProvider(AccountScope.of(context)))),
fontSizeRatio: 2,
Expand Down

0 comments on commit e364adc

Please sign in to comment.