Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-11-19 18:51:41 +01:00
28 changed files with 337 additions and 333 deletions

View File

@@ -32,7 +32,7 @@ class BatchedRemoveStatusService < BaseService
# Since we skipped all callbacks, we also need to manually
# deindex the statuses
Chewy.strategy.current.update(StatusesIndex::Status, statuses_and_reblogs) if Chewy.enabled?
Chewy.strategy.current.update(StatusesIndex, statuses_and_reblogs) if Chewy.enabled?
return if options[:skip_side_effects]