Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
The service used to be named ResolveRemoteAccountService resolves local accounts as well.
Showing
- app/controllers/activitypub/inboxes_controller.rb 1 addition, 1 deletionapp/controllers/activitypub/inboxes_controller.rb
- app/controllers/authorize_follows_controller.rb 1 addition, 1 deletionapp/controllers/authorize_follows_controller.rb
- app/controllers/concerns/signature_verification.rb 1 addition, 1 deletionapp/controllers/concerns/signature_verification.rb
- app/models/account.rb 1 addition, 1 deletionapp/models/account.rb
- app/models/form/migration.rb 1 addition, 1 deletionapp/models/form/migration.rb
- app/services/account_search_service.rb 1 addition, 1 deletionapp/services/account_search_service.rb
- app/services/concerns/author_extractor.rb 1 addition, 1 deletionapp/services/concerns/author_extractor.rb
- app/services/follow_service.rb 1 addition, 1 deletionapp/services/follow_service.rb
- app/services/process_mentions_service.rb 3 additions, 3 deletionsapp/services/process_mentions_service.rb
- app/services/resolve_account_service.rb 1 addition, 1 deletionapp/services/resolve_account_service.rb
- app/workers/import/relationship_worker.rb 1 addition, 1 deletionapp/workers/import/relationship_worker.rb
- app/workers/resolve_account_worker.rb 2 additions, 2 deletionsapp/workers/resolve_account_worker.rb
- spec/controllers/authorize_follows_controller_spec.rb 2 additions, 2 deletionsspec/controllers/authorize_follows_controller_spec.rb
- spec/controllers/settings/imports_controller_spec.rb 2 additions, 2 deletionsspec/controllers/settings/imports_controller_spec.rb
- spec/models/account_spec.rb 4 additions, 4 deletionsspec/models/account_spec.rb
- spec/services/account_search_service_spec.rb 2 additions, 2 deletionsspec/services/account_search_service_spec.rb
- spec/services/resolve_account_service_spec.rb 1 addition, 1 deletionspec/services/resolve_account_service_spec.rb
Loading
Please register or sign in to comment