mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix error in logged-out hashtag view when remote posts require log-in (#36467)
This commit is contained in:
parent
484225895f
commit
3232eee358
3 changed files with 25 additions and 13 deletions
|
|
@ -118,6 +118,8 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
terms_of_service_enabled: TermsOfService.current.present?,
|
||||
local_live_feed_access: Setting.local_live_feed_access,
|
||||
remote_live_feed_access: Setting.remote_live_feed_access,
|
||||
local_topic_feed_access: Setting.local_topic_feed_access,
|
||||
remote_topic_feed_access: Setting.remote_topic_feed_access,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue