Fix stamp is not visible in timeline when logout
This commit is contained in:
parent
82524fb659
commit
fc3950fe1c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue