You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
NOGISAKA Sadata e050958794 Skip some methods in BatchedRemoveStatusService when account is nil (#10095)
* Skip some methods in BatchedRemoveStatusService when account is nil

Sometimes `bin/tootctl accounts cull` fails with below error:

undefined method `followers_for_local_distribution' for nil:NilClass (NoMethodError)

This commit makes BatchedRemoveStatusService to skip below methods when
`account` is nil:

- unpush_from_home_timelines()
- unpush_from_list_timelines()
- batch_stream_entries()

* Fix rubocop error: Use `next` to skip iteration.
7 years ago
..
chewy Improve image description user experience (#10036) 7 years ago
controllers Randomize emoji filename (#10090) 7 years ago
helpers I18n: Add language options for Kazakh and Lithuanian (#10104) 7 years ago
javascript Weblate translations (2019-02-23) (#10103) 7 years ago
lib Fix Announce activities of unknown statuses not fetching those statuses (#10065) 7 years ago
mailers Improve e-mail digest (#9689) 7 years ago
models correct opt-out showing application (#10086) 7 years ago
policies Redesign admin instances area (#9645) 7 years ago
presenters Don't count suspended users in user count (#9380) 7 years ago
serializers Add vapid_key to the application entity in the REST API (#10058) 7 years ago
services Skip some methods in BatchedRemoveStatusService when account is nil (#10095) 7 years ago
validators Add support for IPv6 only MXes in Email validation (#10009) 7 years ago
views Fix “reset” button of instance filter switching to custom emoji admin panel (#10076) 7 years ago
workers Filter incoming Create activities by relation to local activity (#10005) 7 years ago