pleroma/test/web/activity_pub
rinpatch d9c0650ff9 Mastodon API: Fix lists leaking private posts
Our previous list visibility resolver grabbed posts if either follower
collection of the user in a list who is followed is in `to` or if
follower collection of the user in a list was in `cc`. This not only
missed unlisted posts but also lead to leaking private posts when
`fix_explicit_addressing` mistakingly started putting follower collections
to `cc` (also fixed in this MR).

Reported by @kurisu@iscute.moe via a DM
2019-05-31 15:25:17 +03:00
..
mrf
views
activity_pub_controller_test.exs
activity_pub_test.exs
relay_test.exs
transmogrifier_test.exs
utils_test.exs
visibilty_test.exs