akkoma/test
Ariadne Conill 6a151e7c7f 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-04 16:25:05 +01:00
..
activity/ir
bbs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
config
conversation
emails
fixtures
http
integration
object
plugs
support Tests: Fix tests failing because of info being null. 2019-11-01 14:16:00 +01:00
tasks
upload
uploaders
web streamer: use direct object for filter checks when there is no valid child object in an activity 2019-11-04 16:25:05 +01:00
activity_expiration_test.exs
activity_expiration_worker_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
keys_test.exs
list_test.exs
moderation_log_test.exs
notification_test.exs Do not include notifications from blocked users when with_muted is set 2019-10-25 18:44:23 +03:00
object_test.exs
pagination_test.exs
registration_test.exs
repo_test.exs
reverse_proxy_test.exs
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 14:33:51 +03:00
scheduled_activity_test.exs
scheduled_activity_worker_test.exs
signature_test.exs
test_helper.exs
upload_test.exs
user_info_test.exs
user_invite_token_test.exs
user_search_test.exs Remove a failing search test due to it being unrealistic 2019-10-18 14:56:27 +03:00
user_test.exs
xml_builder_test.exs