Skip to content

Commit

Permalink
Remove #furcon tag from FC feed
Browse files Browse the repository at this point in the history
This fixes that posts from other cons show up on the FC feed due to the
overly generic #furcon tag.

See https://discord.com/channels/1107564504021209189/1315428356824502443
(internal).
  • Loading branch information
KevSlashNull committed Dec 26, 2024
1 parent 8435d16 commit 4993094
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 4993094

Please sign in to comment.