Emoji Rendering (#35424)

This commit is contained in:
Echo 2025-07-22 16:43:15 +02:00 committed by GitHub
parent 0af2c4829f
commit 760d00b7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 1064 additions and 70 deletions

View file

@ -30,6 +30,7 @@ class InitialStateSerializer < ActiveModel::Serializer
store[:use_blurhash] = object_account_user.setting_use_blurhash
store[:use_pending_items] = object_account_user.setting_use_pending_items
store[:show_trends] = Setting.trends && object_account_user.setting_trends
store[:emoji_style] = object_account_user.settings['web.emoji_style'] if Mastodon::Feature.modern_emojis_enabled?
else
store[:auto_play_gif] = Setting.auto_play_gif
store[:display_media] = Setting.display_media