Skip to content

Added ability to filter entries by tag

Matthew Lorentz requested to merge mplorentz/feed2toot:filter-by-tags into master

This adds the ability for the user to only post toots for posts with certain tags. It works the same way as title_pattern or summary_pattern - you just add tags_pattern and tags_pattern_case_sensitive.

In particular, it fixes #26 by casting the tag list to a string so that the given pattern can be applied to it.

Merge request reports

Loading