]> cat aescling's git repositories - mastodon.git/commit
Use #any? instead of #exists? when checking media attachments (#7570)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 May 2018 14:01:16 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Mon, 21 May 2018 14:01:16 +0000 (16:01 +0200)
commit32d437238191c94534c2010e640c2b5711fa3d0d
tree96b6caf1f07555f9a4f299fd2e0ce932032db811
parente583f110c3ce737c292de1f47f39dd09450195dc
Use #any? instead of #exists? when checking media attachments (#7570)

If media_attachments are not loaded, SQL query is the same, but
the #exists? method performs SQL query even if preloaded
app/services/batched_remove_status_service.rb
app/services/fan_out_on_write_service.rb
app/services/remove_status_service.rb