akkoma/test
Ariadne Conill 4bf942583f streamer: use direct object for filter checks when there is no valid child object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.

Closes #1291
2019-11-03 09:05:12 -06:00
..
activity/ir
bbs
config
conversation
daemons
emails
emoji
fixtures
http
instance_static/emoji
integration
object
plugs
support
tasks
upload
uploaders
web streamer: use direct object for filter checks when there is no valid child object in an activity 2019-11-03 09:05:12 -06:00
activity_expiration_test.exs
activity_test.exs
bookmark_test.exs
captcha_test.exs
config_test.exs
conversation_test.exs
emoji_test.exs
filter_test.exs
formatter_test.exs
healthcheck_test.exs
html_test.exs
http_test.exs
job_queue_monitor_test.exs
keys_test.exs
list_test.exs
marker_test.exs
moderation_log_test.exs
notification_test.exs
object_test.exs
pagination_test.exs
registration_test.exs
repo_test.exs
reverse_proxy_test.exs
safe_jsonb_set_test.exs
scheduled_activity_test.exs
signature_test.exs
test_helper.exs
upload_test.exs
user_invite_token_test.exs
user_search_test.exs
user_test.exs
xml_builder_test.exs