Skip to content

Commit

Permalink
Merge pull request #652 from Npepperlinux/fix/followed_message_mfm
Browse files Browse the repository at this point in the history
フォロワーへのメッセージにおいてカスタム絵文字が表示できるように
  • Loading branch information
shiosyakeyakini-info authored Nov 10, 2024
2 parents e97f622 + 2cfbace commit b1820d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/user_page/user_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class UserDetail extends ConsumerWidget {
S
.of(context)
.messageForFollower(response.followedMessage ?? ""),
emojis: response.emojis,
),
),
const Padding(padding: EdgeInsets.only(top: 5)),
Expand Down

0 comments on commit b1820d1

Please sign in to comment.