set summary in metadata (#1185)

This commit is contained in:
Meisam
2021-07-13 23:44:03 +02:00
committed by GitHub
parent 72ad211ff8
commit a00052ef89

View File

@ -105,6 +105,7 @@ func handleScraperMetadataPage(w http.ResponseWriter, r *http.Request) {
Name: data.GetServerName(),
RequestedURL: fullURL.String(),
Image: imageURL.String(),
Summary: data.GetServerSummary(),
Thumbnail: thumbnailURL,
TagsString: tagsString,
Tags: data.GetServerMetadataTags(),