Skip to content
Snippets Groups Projects
Unverified Commit 04c3ac89 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix infinite re-forwarding of update activities temporarily (#17698)

parent 02dbc59c
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,6 @@ class ActivityPub::Activity::Update < ActivityPub::Activity
return if @status.nil?
forwarder.forward! if forwarder.forwardable?
ActivityPub::ProcessStatusUpdateService.new.call(@status, @object)
end
def forwarder
@forwarder ||= ActivityPub::Forwarder.new(@account, @json, @status)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment