diff --git a/internal/feed/primitives.go b/internal/feed/primitives.go index 99d6763..46afa12 100644 --- a/internal/feed/primitives.go +++ b/internal/feed/primitives.go @@ -16,6 +16,7 @@ type ForumPost struct { Score int Engagement float64 TimePosted time.Time + Tags []string } type ForumPosts []ForumPost