Fix missing terms of services link (#35115)
This commit is contained in:
@@ -61,7 +61,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
||||
status: object.status_page_url,
|
||||
about: about_url,
|
||||
privacy_policy: privacy_policy_url,
|
||||
terms_of_service: TermsOfService.live.exists? ? terms_of_service_url : nil,
|
||||
terms_of_service: TermsOfService.current.present? ? terms_of_service_url : nil,
|
||||
},
|
||||
|
||||
vapid: {
|
||||
|
||||
Reference in New Issue
Block a user