mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
initial support for entry filtering
This commit is contained in:
@@ -40,4 +40,7 @@ public class FeedSubscription extends AbstractModel {
|
||||
|
||||
private Integer position;
|
||||
|
||||
@Column(length = 4096)
|
||||
private String filter = "author.contains('a')";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user