Thiss PR adds a new filter for filtering out tweets coming from certain authors. Originally, there is only a "whitelist" author filter to permit tweets from certain users. The blacklist filter is built on top of the existing whitelist filters, and shares the same parent class TweetAuthorFilterBase.
Thiss PR adds a new filter for filtering out tweets coming from certain authors. Originally, there is only a "whitelist" author filter to permit tweets from certain users. The blacklist filter is built on top of the existing whitelist filters, and shares the same parent class TweetAuthorFilterBase.