]> cat aescling's git repositories - mastodon.git/commit
Don't stream toots from users who have blocked the recipient user (#3300)
authorunarist <m.unarist@gmail.com>
Mon, 29 May 2017 16:01:08 +0000 (01:01 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 29 May 2017 16:01:08 +0000 (18:01 +0200)
commit91c789ec630757b1de6e0b84aa6b6dac55c6998b
treeeff9ed4b7d582822576c05777aaad48638fabdcf
parent9ead3d1cdbac2cc40d8926be116cbe15cbf7f24d
Don't stream toots from users who have blocked the recipient user (#3300)

* Don't stream toots from users who have blocked the recipient user

This filter was already applied on the `/api/v1/timelines/public` API, but
not yet for the Streaming API.

* Boosted status' account_id doesn't need for filtering in streaming/index.js

This filtering is only for public/hashtag timelines, but boosts already filtered on FanOutOnWriteService because those timelines don't show boosts.
streaming/index.js