mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 01:35:01 -05:00
Change delivery failure tracking to work with hostnames instead of URLs (#13437)
This commit is contained in:
@@ -49,7 +49,7 @@ class ActivityPub::InboxesController < ActivityPub::BaseController
|
||||
ResolveAccountWorker.perform_async(signed_request_account.acct)
|
||||
end
|
||||
|
||||
DeliveryFailureTracker.track_inverse_success!(signed_request_account)
|
||||
DeliveryFailureTracker.reset!(signed_request_account.inbox_url)
|
||||
end
|
||||
|
||||
def process_payload
|
||||
|
||||
Reference in New Issue
Block a user