Fix quote post state sometimes not being updated through streaming server (#36408)

This commit is contained in:
Claire 2025-10-09 11:53:45 +02:00
commit 67575e59e6
2 changed files with 3 additions and 0 deletions

View file

@ -74,6 +74,8 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
update_quote_approval!
update_counts!
end
broadcast_updates! if @status.quote&.state_previously_changed?
end
def update_interaction_policies!