Browse Source

Add tags to forum posts

Svilen Markov 1 năm trước cách đây
mục cha
commit
0a55c12f4f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      internal/feed/primitives.go

+ 1 - 0
internal/feed/primitives.go

@@ -16,6 +16,7 @@ type ForumPost struct {
 	Score           int
 	Engagement      float64
 	TimePosted      time.Time
+	Tags            []string
 }
 
 type ForumPosts []ForumPost