mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-08 15:31:17 +01:00
Add tags to forum posts
This commit is contained in:
parent
c07a1ab636
commit
0a55c12f4f
@ -16,6 +16,7 @@ type ForumPost struct {
|
||||
Score int
|
||||
Engagement float64
|
||||
TimePosted time.Time
|
||||
Tags []string
|
||||
}
|
||||
|
||||
type ForumPosts []ForumPost
|
||||
|
Loading…
Reference in New Issue
Block a user