Skip to content

Commit

Permalink
Support #furryart hashtag for art
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Jul 27, 2023
1 parent 5b28bcb commit 6a5a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingester/handle_feed_post.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func isFursuitMedia(data *bsky.FeedPost) bool {
}

func isArt(data *bsky.FeedPost) bool {
return hasImage(data) && hasKeyword(data, "#art")
return hasImage(data) && hasKeyword(data, "#art", "#furryart")
}

func isNSFW(data *bsky.FeedPost) bool {
Expand Down

1 comment on commit 6a5a97e

@vercel
Copy link

@vercel vercel bot commented on 6a5a97e Jul 27, 2023

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.