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
4 changed files with 26 additions and 25 deletions
@@ -8,6 +8,6 @@ class ActivityPub::FetchRemotePollService < BaseService
return unless supported_context?(json)
ActivityPub::ProcessStatusUpdateService.new.call(poll.status, json)
ActivityPub::ProcessStatusUpdateService.new.call(poll.status, json, json)
end
end