Fix call to inefficient `delete_matched` cache method in domain blocks (#28367)
Showing
- app/controllers/api/v1/accounts/notes_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/accounts/notes_controller.rb
- app/controllers/api/v1/accounts/pins_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/accounts/pins_controller.rb
- app/controllers/api/v1/accounts/relationships_controller.rb 2 additions, 3 deletionsapp/controllers/api/v1/accounts/relationships_controller.rb
- app/controllers/api/v1/accounts_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/accounts_controller.rb
- app/controllers/api/v1/follow_requests_controller.rb 2 additions, 2 deletionsapp/controllers/api/v1/follow_requests_controller.rb
- app/controllers/relationships_controller.rb 1 addition, 1 deletionapp/controllers/relationships_controller.rb
- app/models/account_domain_block.rb 3 additions, 7 deletionsapp/models/account_domain_block.rb
- app/models/concerns/account_interactions.rb 0 additions, 6 deletionsapp/models/concerns/account_interactions.rb
- app/models/concerns/relationship_cacheable.rb 2 additions, 2 deletionsapp/models/concerns/relationship_cacheable.rb
- app/presenters/account_relationships_presenter.rb 47 additions, 16 deletionsapp/presenters/account_relationships_presenter.rb
- spec/presenters/account_relationships_presenter_spec.rb 44 additions, 17 deletionsspec/presenters/account_relationships_presenter_spec.rb
Loading
Please register or sign in to comment