Adding exclusive lists feature
Major new feature, currently testing in a branch right now. Fixes #1
This commit is contained in:
@ -29,7 +29,7 @@ class FeedInsertWorker
|
||||
def feed_filtered?
|
||||
# Note: Lists are a variation of home, so the filtering rules
|
||||
# of home apply to both
|
||||
FeedManager.instance.filter?(:home, @status, @follower.id)
|
||||
FeedManager.instance.filter?(@type, @status, @follower.id)
|
||||
end
|
||||
|
||||
def perform_push
|
||||
|
||||
Reference in New Issue
Block a user