Browse Source

Do not render server summary as markdown

pull/2032/head
Gabe Kangas 3 years ago
parent
commit
46e17bb524
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 1
      controllers/config.go

1
controllers/config.go

@ -71,7 +71,6 @@ func GetWebConfig(w http.ResponseWriter, r *http.Request) { @@ -71,7 +71,6 @@ func GetWebConfig(w http.ResponseWriter, r *http.Request) {
}
serverSummary := data.GetServerSummary()
serverSummary = utils.RenderPageContentMarkdown(serverSummary)
var federationResponse federationConfigResponse
federationEnabled := data.GetFederationEnabled()

Loading…
Cancel
Save