about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorKaspar V <casaper@users.noreply.github.com>2023-01-11 21:57:24 +0100
committerGitHub <noreply@github.com>2023-01-11 21:57:24 +0100
commitae62e5fa533831c936b7bbeb12f5b7605125ce54 (patch)
tree86317b957133dde2cc21c8018f55e2a7437f3d94 /README.md
parenta65f86ae5596d9c51a76cb05a3ebf5cd965df6ef (diff)
Fix/remove calling private method with send in model (#22951)
* fix(status): remove send usage for private unlink_from_conversations

- make unlink_from_conversations public method
- rename unlink_from_conversations to unlink_from_conversations!
- fix send call on private method in statuses_vacuum and batched_remove_status_service

* fix(feeds_vacuum): replace find_in_batches with in_batches

because active record query results should be a little more efficient than
itterating with map and each. Postgres can grasp such lists of ids much quicker
than ruby can.
Will probably make allmost no difference, but cannot hurt either.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions