Merge branch 'main' into feature/instance-hub

This commit is contained in:
httpjamesm 2024-06-11 01:47:35 -04:00
commit 8cb53bdf33

View file

@ -250,6 +250,8 @@ func extractAnswersData(doc *goquery.Document, domain string) ([]types.FilteredA
processedAnswerBody := utils.ProcessHTMLBody(answerBodyHTML) processedAnswerBody := utils.ProcessHTMLBody(answerBodyHTML)
answer.Body = template.HTML(processedAnswerBody) answer.Body = template.HTML(processedAnswerBody)
answer.Comments = utils.FindAndReturnComments(answerBodyHTML, domain, postLayout)
// Extract author information and timestamp. // Extract author information and timestamp.
extractAnswerAuthorInfo(s, &answer, domain) extractAnswerAuthorInfo(s, &answer, domain)