|
@ -26,11 +26,6 @@ class ActivityPub::Activity::Update < ActivityPub::Activity |
|
|
|
|
|
|
|
|
return if @status.nil? |
|
|
return if @status.nil? |
|
|
|
|
|
|
|
|
forwarder.forward! if forwarder.forwardable? |
|
|
|
|
|
ActivityPub::ProcessStatusUpdateService.new.call(@status, @object) |
|
|
ActivityPub::ProcessStatusUpdateService.new.call(@status, @object) |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
def forwarder |
|
|
|
|
|
@forwarder ||= ActivityPub::Forwarder.new(@account, @json, @status) |
|
|
|
|
|
end |
|
|
|
|
|
end |
|
|
end |