Fix error in logged-out hashtag view when remote posts require log-in (#36467)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user