浏览代码

Add tags to forum posts

Svilen Markov 1 年之前
父节点
当前提交
0a55c12f4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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