mastodon/app
Kaspar V ae62e5fa53
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.
2023-01-11 21:57:24 +01:00
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Change referrer-policy to no-referrer application-wide (#23014) 2023-01-10 05:18:43 +01:00
helpers Add Southern Sami, and Lule Sami to language list under the ISO-639-3 standard (#21262) 2022-12-15 18:42:48 +01:00
javascript New Crowdin updates (#22953) 2023-01-11 21:41:34 +09:00
lib Fix/remove calling private method with send in model (#22951) 2023-01-11 21:57:24 +01:00
mailers Add single splat to callback method definitions to avoid ArgumentError (#22246) 2022-12-13 20:03:16 +01:00
models Fix/remove calling private method with send in model (#22951) 2023-01-11 21:57:24 +01:00
policies Fix getting a single EmailDomainBlock (#20846) 2022-11-17 10:55:50 +01:00
presenters Add follow request banner on account header (#20785) 2022-12-15 18:50:11 +01:00
serializers Add `reading:autoplay:gifs` to /api/v1/preferences (#22706) 2023-01-05 13:31:05 +01:00
services Fix/remove calling private method with send in model (#22951) 2023-01-11 21:57:24 +01:00
validators Strip spaces around URL when adding a relay (#22655) 2023-01-05 13:33:33 +01:00
views Change trending tags admin interface to always show batch actions (#23013) 2023-01-11 21:51:43 +01:00
workers Fix typos in source documentation (#21046) 2022-12-15 15:57:26 +01:00