Skip to content

Commit

Permalink
Merge pull request #229 from strideynet/itstolf/fc
Browse files Browse the repository at this point in the history
add fc feed
  • Loading branch information
strideynet authored Jan 3, 2024
2 parents e2cda28 + 804b151 commit 8e57856
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions feed/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,20 @@ func ServiceWithDefaultFeeds(pgxStore *store.PGXStore) *Service {
DisallowedHashtags: defaultDisallowedHashtags,
},
}))
r.Register(Meta{
ID: "con-fc",
DisplayName: "🐾 FC 2024",
Description: "A feed for all things FC! Use #fc, #fc24, or #fc2024 to include a post in the feed.\n\nJoin the furry feeds by following @furryli.st",
}, chronologicalGenerator(chronologicalGeneratorOpts{
generatorOpts: generatorOpts{
Hashtags: []string{
"fc", "fc24", "fc2024",
"furcon", "furcon24", "furcon2024",
"furtherconfusion", "furtherconfusion24", "furtherconfusion2024",
},
DisallowedHashtags: defaultDisallowedHashtags,
},
}))
r.Register(Meta{
ID: "merch",
DisplayName: "🐾 #FurSale",
Expand Down

1 comment on commit 8e57856

@vercel
Copy link

@vercel vercel bot commented on 8e57856 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.