feat: SO/SE converter

refactor: rework some author logic
This commit is contained in:
httpjamesm 2023-02-20 14:17:24 -05:00
parent 63a30ab1cf
commit abfd0cfb6f
No known key found for this signature in database
6 changed files with 49 additions and 29 deletions

View file

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