mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix quote post state sometimes not being updated through streaming server (#36408)
This commit is contained in:
parent
a459ccf616
commit
b7c5e60426
2 changed files with 3 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue