0
0
Fork 0

Fix post edits not being forwarded as expected (#26936)

This commit is contained in:
Claire 2023-09-15 19:54:32 +02:00 committed by GitHub
parent 2a4fcc51fd
commit 6273416292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 25 deletions

View file

@ -30,6 +30,6 @@ class ActivityPub::Activity::Update < ActivityPub::Activity
return if @status.nil?
ActivityPub::ProcessStatusUpdateService.new.call(@status, @object, request_id: @options[:request_id])
ActivityPub::ProcessStatusUpdateService.new.call(@status, @json, @object, request_id: @options[:request_id])
end
end