Skip to content

Commit

Permalink
Merge pull request #6 from yvasyliev/dev
Browse files Browse the repository at this point in the history
ignoring gfycat.com domain
  • Loading branch information
yvasyliev authored Apr 30, 2023
2 parents 4595b87 + 684b060 commit c4eb72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.yvasyliev</groupId>
<artifactId>reddit-telegram-repeater</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class NOPRepeaterChain extends SubredditPostRepeaterChain {
private static final Logger LOGGER = LoggerFactory.getLogger(NOPRepeaterChain.class);

@Value("#{{'vimeo.com'}}")
@Value("#{{'vimeo.com', 'gfycat.com'}}")
private Set<String> ignoredDomains;

@Value("""
Expand Down

0 comments on commit c4eb72b

Please sign in to comment.