Skip to content

Commit

Permalink
フォロワーへのメッセージにおいてカスタム絵文字が表示できるように
Browse files Browse the repository at this point in the history
Misskeyサーバー側で2024.10.1より後のバージョンであるのが条件
Fix shiosyakeyakini-info#650
Related to misskey-dev/misskey#14904
  • Loading branch information
Npepperlinux committed Nov 7, 2024
1 parent 47cefb3 commit 2cfbace
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 2cfbace

Please sign in to comment.