about summary refs log tree commit diff
path: root/app/services/activitypub/fetch_remote_status_service.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-02-21 03:05:51 -0600
committermultiple creatures <dev@multiple-creature.party>2020-02-21 03:05:51 -0600
commit218f1df6704d8c0a50746d7260e1eafb328634e1 (patch)
tree462bd9fe3ec6e9258d0fba90ca7dc38234a30d75 /app/services/activitypub/fetch_remote_status_service.rb
parent137fe956550867761c6a053676779354edb28997 (diff)
get rid of refereces to now-rejected autoreject helper (& unbreak the server)
Diffstat (limited to 'app/services/activitypub/fetch_remote_status_service.rb')
-rw-r--r--app/services/activitypub/fetch_remote_status_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/activitypub/fetch_remote_status_service.rb b/app/services/activitypub/fetch_remote_status_service.rb
index 0779f13cc..f2e7c5757 100644
--- a/app/services/activitypub/fetch_remote_status_service.rb
+++ b/app/services/activitypub/fetch_remote_status_service.rb
@@ -2,7 +2,6 @@
 
 class ActivityPub::FetchRemoteStatusService < BaseService
   include JsonLdHelper
-  include AutorejectHelper
 
   # Should be called when uri has already been checked for locality
   def call(uri, id: true, prefetched_body: nil, on_behalf_of: nil, announced_by: nil, requested: false)