fix: pass down domain to comment for author URLs

This commit is contained in:
httpjamesm 2023-02-20 13:54:09 -05:00
parent d935ce72f6
commit f1370c29b6
No known key found for this signature in database
4 changed files with 6 additions and 4 deletions

View file

@ -8,4 +8,5 @@ type FilteredComment struct {
AuthorName string
AuthorURL string
Upvotes string
Domain string
}