diff options
author | Holly 'Frinkel' Lotor <admin@frinkel.tech> | 2020-01-20 17:59:14 +0000 |
---|---|---|
committer | Holly 'Frinkel' Lotor <admin@frinkel.tech> | 2020-01-20 16:57:59 -0500 |
commit | e37c5a967af4b9c4338df709646375ea427f157e (patch) | |
tree | b9dd23eb903be034cb8ac47cde0c6285511faea7 /app/controllers/activitypub | |
parent | 259f0b15fc10470c00c57d88aec07617b5ee6ece (diff) |
More smoke testing, merge in request pool from upstream
Diffstat (limited to 'app/controllers/activitypub')
-rw-r--r-- | app/controllers/activitypub/inboxes_controller.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/controllers/activitypub/inboxes_controller.rb b/app/controllers/activitypub/inboxes_controller.rb index 7cfd9a25e..469c61de9 100644 --- a/app/controllers/activitypub/inboxes_controller.rb +++ b/app/controllers/activitypub/inboxes_controller.rb @@ -43,10 +43,10 @@ class ActivityPub::InboxesController < Api::BaseController end def upgrade_account - if signed_request_account.ostatus? - signed_request_account.update(last_webfingered_at: nil) - ResolveAccountWorker.perform_async(signed_request_account.acct) - end +# if signed_request_account.ostatus? +# signed_request_account.update(last_webfingered_at: nil) +# ResolveAccountWorker.perform_async(signed_request_account.acct) +# end DeliveryFailureTracker.track_inverse_success!(signed_request_account) end |