Fix stamp is not visible in timeline when logout

This commit is contained in:
KMY 2023-09-15 22:33:05 +09:00
parent 82524fb659
commit fc3950fe1c

View file

@ -66,6 +66,7 @@ class InitialStateSerializer < ActiveModel::Serializer
store[:reduce_motion] = Setting.reduce_motion store[:reduce_motion] = Setting.reduce_motion
store[:use_blurhash] = Setting.use_blurhash store[:use_blurhash] = Setting.use_blurhash
store[:enable_emoji_reaction] = Setting.enable_emoji_reaction store[:enable_emoji_reaction] = Setting.enable_emoji_reaction
store[:show_emoji_reaction_on_timeline] = Setting.enable_emoji_reaction
end end
store[:disabled_account_id] = object.disabled_account.id.to_s if object.disabled_account store[:disabled_account_id] = object.disabled_account.id.to_s if object.disabled_account