Skip to content

Commit

Permalink
Merge pull request #299 from poppingmoon/user_reactions_remote_emoji
Browse files Browse the repository at this point in the history
UserReactionでノートのreactionEmojisを渡す
  • Loading branch information
shiosyakeyakini-info authored Oct 8, 2023
2 parents 44c255f + e364adc commit 6f8c37a
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 6f8c37a

Please sign in to comment.