mirror of
https://github.com/Xevion/glance.git
synced 2025-12-08 14:07:13 -06:00
Add tags to forum posts
This commit is contained in:
@@ -16,6 +16,7 @@ type ForumPost struct {
|
||||
Score int
|
||||
Engagement float64
|
||||
TimePosted time.Time
|
||||
Tags []string
|
||||
}
|
||||
|
||||
type ForumPosts []ForumPost
|
||||
|
||||
Reference in New Issue
Block a user