Skip to content

Commit

Permalink
Merge pull request #300 from strideynet/kev-remove-furcon-from-fc-feed
Browse files Browse the repository at this point in the history
Remove #furcon tag from FC feed
  • Loading branch information
KevSlashNull authored Dec 30, 2024
2 parents 8435d16 + 4993094 commit a6155d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions feed/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,7 @@ func ServiceWithDefaultFeeds(pgxStore *store.PGXStore) *Service {
}, chronologicalGenerator(chronologicalGeneratorOpts{
generatorOpts: generatorOpts{
Hashtags: []string{
"fc", "fc25", "fc2025",
"furcon", "furcon25", "furcon2025",
"fc", "fc25", "fc2025", "furcon25", "furcon2025",
"furtherconfusion", "furtherconfusion25", "furtherconfusion2025",
},
DisallowedHashtags: defaultDisallowedHashtags,
Expand Down

0 comments on commit a6155d4

Please sign in to comment.