Fix reddit crossposts & add show-flairs property
This commit is contained in:
parent
328e10b89f
commit
7d09b8bf1b
5 changed files with 42 additions and 5 deletions
|
|
@ -17,6 +17,7 @@ type ForumPost struct {
|
|||
Engagement float64
|
||||
TimePosted time.Time
|
||||
Tags []string
|
||||
IsCrosspost bool
|
||||
}
|
||||
|
||||
type ForumPosts []ForumPost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue